Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
forcodedancing committed Oct 10, 2023
1 parent 545e4cd commit 2cc3cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server-distroless.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ WORKDIR ${WORKDIR}
COPY --from=builder /opt/app/build/server ${WORKDIR}

# Run the app
ENTRYPOINT /app/server --port, 8080 --config-path "$CONFIG_FILE_PATH"
ENTRYPOINT /app/server --port 8080 --config-path "$CONFIG_FILE_PATH"

0 comments on commit 2cc3cc7

Please sign in to comment.