teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

元のコードの修正

2021/12/12 01:48

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -5,7 +5,6 @@
5
5
  RUN npm config set node_gyp "/usr/local/lib/node_modules/node-gyp/bin/node-gyp.js"
6
6
 
7
7
  # ビルド
8
- WORKDIR /app
9
8
  COPY . .
10
9
  RUN node-gyp configure
11
10
  RUN node-gyp build