Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -52,7 +52,7 @@ COPY --chown=admin . /usr/src/app
|
|
| 52 |
# Give read and write permissions to the admin user
|
| 53 |
|
| 54 |
RUN chown -R admin:admin /usr/src/app
|
| 55 |
-
RUN chmod
|
| 56 |
USER admin
|
| 57 |
|
| 58 |
|
|
|
|
| 52 |
# Give read and write permissions to the admin user
|
| 53 |
|
| 54 |
RUN chown -R admin:admin /usr/src/app
|
| 55 |
+
RUN chmod 777 /usr/src/app
|
| 56 |
USER admin
|
| 57 |
|
| 58 |
|