hprasath commited on
Commit
5fb4496
·
verified ·
1 Parent(s): de28d21

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ RUN apk add --no-cache openjdk11
7
  # Set working directory
8
  WORKDIR /code
9
 
10
- # Copy package.json and package-lock.json and install dependencies
11
  COPY package*.json ./
12
  RUN npm install --production
13
 
 
7
  # Set working directory
8
  WORKDIR /code
9
 
10
+
11
  COPY package*.json ./
12
  RUN npm install --production
13