Jonell01 commited on
Commit
f24ad0a
·
verified ·
1 Parent(s): c07c18a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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