Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -23,3 +23,6 @@ COPY . .
|
|
23 |
# Expose the ports
|
24 |
EXPOSE 5173
|
25 |
EXPOSE 3000
|
|
|
|
|
|
|
|
23 |
# Expose the ports
|
24 |
EXPOSE 5173
|
25 |
EXPOSE 3000
|
26 |
+
|
27 |
+
# Define the command to run the apps
|
28 |
+
CMD ["sh", "-c", "npm run dev --prefix /app/frontend & npm run dev --prefix /app/backend"]
|