Add /tmp folder #274

pull/280/head
Henrique Dias 2017-11-10 22:29:15 +00:00 committed by GitHub
parent 0be294a502
commit 00da35b91d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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