diff --git a/Dockerfile b/Dockerfile index 04548683..adc8d2b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,4 +17,4 @@ RUN npm install --only-production EXPOSE 4000 # Launch Isleward server -CMD ["node", "--expose-gc", "index.js"] \ No newline at end of file +CMD ["node", "index.js"] \ No newline at end of file