1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

update dockerfile

This commit is contained in:
Zack Scholl 2019-07-05 06:59:34 -07:00
parent f414ccc2f3
commit d8d3200491

View File

@ -10,4 +10,4 @@ VOLUME /data
EXPOSE 8152
COPY --from=builder /go/cowyo/cowyo /cowyo
ENTRYPOINT ["/cowyo"]
CMD ["--data","/data"]
CMD ["--data","/data","--allow-file-uploads","--max-upload-mb","10"]