Преглед изворни кода

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"]

Loading…
Откажи
Сачувај