Skip to content

Commit

Permalink
fix: docker
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed May 3, 2024
1 parent c901114 commit 0ed3571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ RUN pnpm add -g pm2 tsx
# Expose the specified port
EXPOSE ${SERVER_PORT}
WORKDIR /app-explorer
CMD ["/app-explorer/scripts/run.sh"]
CMD ["./scripts/run.sh"]

0 comments on commit 0ed3571

Please sign in to comment.