Skip to content
Snippets Groups Projects
Commit 27075073 authored by esikkala's avatar esikkala
Browse files

Use absotule path in node command

parent 2f87aec1
No related branches found
No related tags found
No related merge requests found
......@@ -28,4 +28,4 @@ RUN npm install && npm run build
EXPOSE 3001
# Express server handles the backend functionality and also serves the React app
CMD ["node", "dist/server"]
CMD ["node", "/opt/app/dist/server"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment