ilhamdev commited on
Commit
9449f29
·
verified ·
1 Parent(s): 553ce4e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ RUN npm install
23
  WORKDIR /app
24
  COPY . .
25
 
26
- # Ensure correct permissions for frontend and backend files
27
  RUN chmod -R 755 /app/frontend /app/backend /app/backend/engine
28
 
29
  # Expose the ports
 
23
  WORKDIR /app
24
  COPY . .
25
 
26
+ # Set correct permissions for all files
27
  RUN chmod -R 755 /app/frontend /app/backend /app/backend/engine
28
 
29
  # Expose the ports