Skip to content

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Pistonight committed Mar 11, 2024
1 parent c192e54 commit 6904465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RUN chmod +x $APP_DIR/bin/start

WORKDIR $APP_DIR

CMD ["./bin/start", "80", "dist/"]
CMD ["./bin/start", "80", "app/"]

0 comments on commit 6904465

Please sign in to comment.