diff options
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,5 +17,5 @@ COPY --from=build /shoelaces/web /web ENV BIND_ADDR=0.0.0.0:8081 EXPOSE 8081 -ENTRYPOINT ["/shoelaces"] -CMD ["-data-dir", "/data", "-static-dir", "/web"] +ENTRYPOINT ["/shoelaces", "-data-dir", "/data", "-static-dir", "/web"] +CMD [] |