ilhamdev commited on
Commit
970de04
·
verified ·
1 Parent(s): 43bfdfd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]