Files
42_INT_13_inception/srcs/requirements/mariadb/Dockerfile
hugogogo 90680662fc initial commit
+ creating the architecture
+ some doc about volumes and bind mounts
+ added rule for iso in gitignore
+ understood a little more about dockerfile environment
2022-08-27 15:15:32 +02:00

11 lines
157 B
Docker

# build this image from parent image alpine:3.16.1
# available there : https://hub.docker.com/_/alpine
FROM alpine:3.16.1
WORKDIR /mariadb
#ENV PORT 80