Skip to content

Commit

Permalink
Add build step and specify command for running SSR in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AtilMohAmine committed Feb 12, 2024
1 parent 824deec commit 63eb059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ COPY . .
EXPOSE 3000

# Command to run the client
CMD ["npm", "start"]
CMD ["npm", "run", "ssr"]

0 comments on commit 63eb059

Please sign in to comment.