ソースを参照

Stop using --expose-gc

tags/v0.3.3^2
Vildravn 4年前
コミット
0830cf3182
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile ファイルの表示

@@ -17,4 +17,4 @@ RUN npm install --only-production
EXPOSE 4000

# Launch Isleward server
CMD ["node", "--expose-gc", "index.js"]
CMD ["node", "index.js"]

読み込み中…
キャンセル
保存