Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -6,5 +6,8 @@ RUN apt update && apt install -y python3
|
|
| 6 |
#CMD python3 -m http.server
|
| 7 |
RUN pwd
|
| 8 |
RUN ls -l
|
|
|
|
|
|
|
| 9 |
RUN cd /app
|
|
|
|
| 10 |
CMD ["./star.sh"]
|
|
|
|
| 6 |
#CMD python3 -m http.server
|
| 7 |
RUN pwd
|
| 8 |
RUN ls -l
|
| 9 |
+
WORKDIR /app
|
| 10 |
+
COPY . /app
|
| 11 |
RUN cd /app
|
| 12 |
+
RUN ls -l
|
| 13 |
CMD ["./star.sh"]
|