Skip to content

Commit

Permalink
Add missing flag in the CTD (#4329)
Browse files Browse the repository at this point in the history
  • Loading branch information
NumberFour8 committed Nov 2, 2022
1 parent 3c76806 commit c54f94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cover-traffic-daemon/Dockerfile
Expand Up @@ -34,7 +34,7 @@ FROM node:16-bullseye-slim@sha256:95d4fdef5e12916a89f7d56dca6d8099de61df875c3c61
# making sure some standard environment variables are set for production use
ENV NODE_ENV production
ENV DEBUG 'hopr*'
ENV NODE_OPTIONS=--max_old_space_size=4096
ENV NODE_OPTIONS="--max_old_space_size=4096 --experimental-wasm-modules"

# p2p
EXPOSE 9091
Expand Down

0 comments on commit c54f94c

Please sign in to comment.