Browse Source

Stop using --expose-gc

tags/v0.3.3^2
Vildravn 4 years ago
parent
commit
0830cf3182
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -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…
Cancel
Save