Fix Dockerfile.cache
This commit is contained in:
parent
901aba9c7f
commit
f344d69419
@ -55,4 +55,4 @@ HEALTHCHECK --interval=5s --timeout=3s --retries=3 \
|
|||||||
CMD curl -f http://localhost:3000/health || exit 1
|
CMD curl -f http://localhost:3000/health || exit 1
|
||||||
|
|
||||||
# What the container should run when it is started.
|
# What the container should run when it is started.
|
||||||
CMD ["/bin/server"]
|
CMD ["/bin/server", "web", "--addr", "0.0.0.0:3000"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user