Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,7 +23,7 @@ RUN npm install
|
|
23 |
WORKDIR /app
|
24 |
COPY . .
|
25 |
|
26 |
-
#
|
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
|