質問編集履歴
1
元のコードの修正
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
|