Create folder structure
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM alpine
|
FROM alpine
|
||||||
|
|
||||||
RUN apk --update add ca-certificates
|
RUN apk --update add ca-certificates
|
||||||
RUN mkdir /app/pwd
|
RUN mkdir -p /app/pwd
|
||||||
|
|
||||||
ADD play-with-docker /app/play-with-docker
|
ADD play-with-docker /app/play-with-docker
|
||||||
COPY ./www /app/www
|
COPY ./www /app/www
|
||||||
|
|||||||
Reference in New Issue
Block a user