1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-07-16 03:07:26 +08:00

Create the /app/pwd directory, otherwise it crashes without a volume

Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com>
This commit is contained in:
Antonis Kalipetis 2016-11-22 09:48:13 +02:00
parent 861355d4e3
commit d9291cc52c
No known key found for this signature in database
GPG Key ID: 15691170DA0396BB

View File

@ -1,6 +1,7 @@
FROM alpine
RUN apk --update add ca-certificates
RUN mkdir /app/pwd
ADD play-with-docker /app/play-with-docker
COPY ./www /app/www