Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -53,6 +53,7 @@ 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
|
57 |
|
58 |
# Expose the port 8080
|
|
|
53 |
RUN ls -a
|
54 |
# Prepare the entrypoint script
|
55 |
COPY --chown=pn run.sh run.sh
|
56 |
+
RUN ls -a
|
57 |
RUN chmod +x run.sh
|
58 |
|
59 |
# Expose the port 8080
|