Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -49,6 +49,8 @@ USER root
|
|
| 49 |
COPY --chown=pn nginx.conf /etc/nginx/sites-available/default
|
| 50 |
#COPY --chown=pn default.conf /etc/nginx/conf.d/default.conf
|
| 51 |
|
|
|
|
|
|
|
| 52 |
# Prepare the entrypoint script
|
| 53 |
COPY --chown=pn run.sh run.sh
|
| 54 |
RUN chmod +x run.sh
|
|
|
|
| 49 |
COPY --chown=pn nginx.conf /etc/nginx/sites-available/default
|
| 50 |
#COPY --chown=pn default.conf /etc/nginx/conf.d/default.conf
|
| 51 |
|
| 52 |
+
USER pn
|
| 53 |
+
RUN ls -a
|
| 54 |
# Prepare the entrypoint script
|
| 55 |
COPY --chown=pn run.sh run.sh
|
| 56 |
RUN chmod +x run.sh
|