Update Dockerfile

This commit is contained in:
Henrique Dias 2017-11-11 07:06:23 +00:00 committed by GitHub
parent 00da35b91d
commit 44d68a4868
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ RUN mv filemanager /go/bin/filemanager
FROM scratch FROM scratch
COPY --from=0 /go/bin/filemanager /filemanager COPY --from=0 /go/bin/filemanager /filemanager
RUN mkdir /tmp RUN mkdir -p /tmp
VOLUME /srv VOLUME /srv
EXPOSE 80 EXPOSE 80