Commit 902b4167 authored by TokaKaram's avatar TokaKaram

change captain back2

parent 950fb822
...@@ -6,6 +6,6 @@ ...@@ -6,6 +6,6 @@
"COPY . .", "COPY . .",
"RUN cd backend && npm install --production", "RUN cd backend && npm install --production",
"EXPOSE 5000", "EXPOSE 5000",
"CMD [\"sh\", \"-c\", \"cd backend && node src/server.js\"]" "CMD [\"sh\", \"-c\", \"cd backend && node server.js\"]"
] ]
} }
\ No newline at end of file
...@@ -6,6 +6,6 @@ ...@@ -6,6 +6,6 @@
"COPY . .", "COPY . .",
"RUN cd backend && npm install --production", "RUN cd backend && npm install --production",
"EXPOSE 5000", "EXPOSE 5000",
"CMD [\"sh\", \"-c\", \"cd backend && node src/server.js\"]" "CMD [\"sh\", \"-c\", \"cd backend && node server.js\"]"
] ]
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment