Skip to content

Commit 6dba754

Browse files
authored
fix: removing max_old_space_size from Dockerfile (#21)
1 parent 820c669 commit 6dba754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ RUN chmod -R 777 /mapproxy
6161

6262
USER node
6363
EXPOSE 8080
64-
CMD ["dumb-init", "node", "--max_old_space_size=512", "./index.js"]
64+
CMD ["dumb-init", "node", "./index.js"]
6565

0 commit comments

Comments
 (0)