update dockerfile

This commit is contained in:
Zack Scholl 2019-07-05 06:59:34 -07:00
parent f414ccc2f3
commit d8d3200491
1 changed files with 1 additions and 1 deletions

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"]