Skip to content

Commit

Permalink
fix: Dockerfile CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
omidasadpour committed Feb 14, 2024
1 parent ae7fcd6 commit 8ca24ab
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 @@ -76,4 +76,4 @@ WORKDIR /opt/subsocial/app

COPY --from=builder /opt/subsocial/app .

CMD [ "node", "server.js" ]
CMD [ "node_modules/.bin/next", "server.js", "-p", "3003"]

0 comments on commit 8ca24ab

Please sign in to comment.