mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
update dockerfile
This commit is contained in:
parent
f414ccc2f3
commit
d8d3200491
@ -10,4 +10,4 @@ VOLUME /data
|
|||||||
EXPOSE 8152
|
EXPOSE 8152
|
||||||
COPY --from=builder /go/cowyo/cowyo /cowyo
|
COPY --from=builder /go/cowyo/cowyo /cowyo
|
||||||
ENTRYPOINT ["/cowyo"]
|
ENTRYPOINT ["/cowyo"]
|
||||||
CMD ["--data","/data"]
|
CMD ["--data","/data","--allow-file-uploads","--max-upload-mb","10"]
|
||||||
|
Loading…
Reference in New Issue
Block a user