mrfrank-ofc commited on
Commit
f683b52
·
verified ·
1 Parent(s): 6912f00

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -10,8 +10,7 @@ RUN apt-get update && \
10
 
11
  COPY package.json .
12
 
13
- RUN npm install && npm install -g qrcode-terminal pm2
14
-
15
  COPY . .
16
 
17
  EXPOSE 3000
 
10
 
11
  COPY package.json .
12
 
13
+ RUN git clone https://github.com/mrfrank-ofc/SUBZERO-MD
 
14
  COPY . .
15
 
16
  EXPOSE 3000