Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisassad committed Oct 11, 2024
1 parent 7df491b commit 3f6c6ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/commonwealth/deploy/dockerfiles/Dockerfile.web
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM commonwealth
sudo apt update
sudo apt-get install redis-tools vim
apt update
apt-get install redis-tools vim -y
CMD NODE_ENV=production ./datadog-entrypoint.sh node --import=extensionless/register --max_old_space_size=$(./scripts/get-max-old-space-size.sh) --enable-source-maps ./build/server.js

0 comments on commit 3f6c6ba

Please sign in to comment.