Skip to content

Commit

Permalink
Production deployment (#754)
Browse files Browse the repository at this point in the history
**Only merge using a merge commit!**
  • Loading branch information
github-actions[bot] authored May 29, 2024
2 parents b49a3ec + 24dd550 commit 9b133fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 562 deletions.
2 changes: 1 addition & 1 deletion app/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# - https://github.com/nodejs/docker-node/blob/main/20/bookworm/Dockerfile
# - https://github.com/devcontainers/images

FROM node:20.13.1-bookworm
FROM node:20.14.0-bookworm

# Give the node user passwordless sudo. This is required to change the ownership of the node_modules folder (see devcontainer.json).
RUN apt-get update \
Expand Down
Loading

0 comments on commit 9b133fa

Please sign in to comment.