KilersBotz commited on
Commit
f5736d0
·
verified ·
1 Parent(s): c42d7cc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -24,6 +24,7 @@ RUN apt-get update && apt-get install -y \
24
  --no-install-recommends && \
25
  apt-get clean && rm -rf /var/lib/apt/lists/*
26
 
 
27
  WORKDIR /app
28
  RUN npm install
29
  COPY . .
 
24
  --no-install-recommends && \
25
  apt-get clean && rm -rf /var/lib/apt/lists/*
26
 
27
+
28
  WORKDIR /app
29
  RUN npm install
30
  COPY . .