Skip to content

Commit

Permalink
build(docker): update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Oct 21, 2023
1 parent 73ff360 commit ea0657c
Show file tree
Hide file tree
Showing 4 changed files with 13,298 additions and 7,154 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules/
.abstruse.yml
e2e/
dist/
.angular/
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:20-alpine

COPY . /app

Expand Down
Loading

0 comments on commit ea0657c

Please sign in to comment.