Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@ COPY testProjectExocoreWeb-main.zip .
|
|
| 6 |
|
| 7 |
RUN apt-get update && apt-get install -y unzip && \
|
| 8 |
unzip testProjectExocoreWeb-main.zip && \
|
| 9 |
-
chmod -R 755 testProjectExocoreWeb && \
|
| 10 |
cd testProjectExocoreWeb-main && npm install
|
| 11 |
|
| 12 |
WORKDIR /app/testProjectExocoreWeb-main
|
|
|
|
| 6 |
|
| 7 |
RUN apt-get update && apt-get install -y unzip && \
|
| 8 |
unzip testProjectExocoreWeb-main.zip && \
|
| 9 |
+
chmod -R 755 testProjectExocoreWeb-main && \
|
| 10 |
cd testProjectExocoreWeb-main && npm install
|
| 11 |
|
| 12 |
WORKDIR /app/testProjectExocoreWeb-main
|