Skip to content

Commit

Permalink
fix: docker entrypoint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Sep 13, 2023
1 parent 035cb5c commit 8fb3ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ ENV WORKDIR /app
VOLUME $WORKDIR/data
COPY data $WORKDIR/
COPY generator $WORKDIR/
ENTRYPOINT ["sh", "-c", "$WORKDIR/generator", "start"]
ENTRYPOINT ["sh", "-c", "$WORKDIR/generator", "--", "start"]


0 comments on commit 8fb3ddb

Please sign in to comment.