Peiyan commited on
Commit
224c812
·
verified ·
1 Parent(s): a9af865

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -6,8 +6,6 @@ RUN mkdir ./frontend
6
  COPY ./frontend/package.json ./frontend/package-lock.json ./frontend/
7
  WORKDIR /app/frontend
8
  RUN npm install -g [email protected]
9
- # It's OK to have multiple consecutive `RUN` instructions.
10
- # hadolint ignore=DL3059
11
  RUN npm install
12
 
13
  WORKDIR /app
 
6
  COPY ./frontend/package.json ./frontend/package-lock.json ./frontend/
7
  WORKDIR /app/frontend
8
  RUN npm install -g [email protected]
 
 
9
  RUN npm install
10
 
11
  WORKDIR /app