Skip to content

Commit 56dbfcc

Browse files
committed
Fix flag in docker file
1 parent 30513be commit 56dbfcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ COPY --chown=nonroot:nonroot --from=builder /app/bin/dhee /app/bin/dhee
2727
COPY --chown=nonroot:nonroot --from=builder /app/data/dhee.db /app/data/dhee.db
2828
COPY --chown=nonroot:nonroot ./data/config.json /app/data/config.json
2929

30-
CMD ["./bin/dhee", "server", "--data-dir", "./data", "--store", "sqlite", "--address", "0.0.0.0", "--certs-dir", "/app/certs", "--acme", "--rate-limit", "8"]
30+
CMD ["./bin/dhee", "server", "--data-dir", "./data", "--store", "sqlite", "--address", "0.0.0.0", "--cert-dir", "/app/certs", "--acme", "--rate-limit", "8"]
3131

3232
EXPOSE 8080

0 commit comments

Comments
 (0)