mirror of
https://github.com/bingohuang/docker-labs.git
synced 2025-07-15 10:47:26 +08:00
Merge pull request #54 from akalipetis/hotfix-dockerfile-run
Create the `/app/pwd` directory, otherwise it crashes without a volume
This commit is contained in:
commit
ccb44f91b6
@ -1,6 +1,7 @@
|
|||||||
FROM alpine
|
FROM alpine
|
||||||
|
|
||||||
RUN apk --update add ca-certificates
|
RUN apk --update add ca-certificates
|
||||||
|
RUN mkdir /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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user