Skip to content

Commit

Permalink
Update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ledyba committed Oct 8, 2024
1 parent 9f67150 commit a94a7f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine
FROM node:22-alpine

VOLUME /app/storage
WORKDIR /app
Expand All @@ -16,4 +16,3 @@ EXPOSE 8888

ENTRYPOINT [ "node" ]
CMD [ "server/dist/cmd/main.js" ]

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ restart: var/ _storage/

.PHONY: build
build:
docker pull node:20-alpine
docker pull node:22-alpine
docker-compose build

.PHONY: pull
Expand Down

0 comments on commit a94a7f9

Please sign in to comment.