izuemon commited on
Commit
71f26d4
·
verified ·
1 Parent(s): f4ea528

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ RUN apt-get update && \
25
  apt-get install -y nodejs && \
26
  rm -rf /var/lib/apt/lists/* && \
27
  apt-get clean
28
-
29
  RUN npm i
30
 
31
  # pip のアップグレードと必要ライブラリのインストール
 
25
  apt-get install -y nodejs && \
26
  rm -rf /var/lib/apt/lists/* && \
27
  apt-get clean
28
+ COPY . .
29
  RUN npm i
30
 
31
  # pip のアップグレードと必要ライブラリのインストール