Skip to content

Commit

Permalink
Update Dockerfile.backend
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored May 13, 2022
1 parent 4c323e8 commit e97d863
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.backend
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ RUN yarn --frozen-lockfile


EXPOSE 80
# Use env var for port
CMD node --experimental-fetch --max-old-space-size=5000 server.js --port 80 --data_url $DATA_URL --config_json $CONFIG_JSON
CMD node --experimental-fetch --max-old-space-size=5000 server.js --port 80 --data_url="$DATA_URL" --data_file="$DATA_FILE" --config_json="$CONFIG_JSON"

1 comment on commit e97d863

@vercel
Copy link

@vercel vercel bot commented on e97d863 May 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.