WaveExistence commited on
Commit
3b3e6dc
·
verified ·
1 Parent(s): 622f407

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,6 +3,7 @@ RUN apt-get update && \
3
  apt-get install -y git
4
  RUN git clone https://gitgud.io/reanon/nonono.git /app
5
  WORKDIR /app
 
6
  RUN npm install
7
  COPY Dockerfile greeting.md* .env* ./
8
  RUN npm run build
 
3
  apt-get install -y git
4
  RUN git clone https://gitgud.io/reanon/nonono.git /app
5
  WORKDIR /app
6
+ RUN chown -R 1000:1000 /app
7
  RUN npm install
8
  COPY Dockerfile greeting.md* .env* ./
9
  RUN npm run build