Skip to content

Commit

Permalink
Update node image versions. Label docker tag for anedot specific images
Browse files Browse the repository at this point in the history
  • Loading branch information
strong-code committed Jan 10, 2025
1 parent 9ed9b31 commit 541fa2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/twenty-docker/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
prod-build:
@cd ../.. && docker build -f ./packages/twenty-docker/twenty/Dockerfile --tag twenty . && cd -
@cd ../.. && docker build -f ./packages/twenty-docker/twenty/Dockerfile --tag anedot-twenty . && cd -

prod-run:
@docker run -d -p 3000:3000 --name twenty twenty
Expand Down
4 changes: 2 additions & 2 deletions packages/twenty-docker/twenty/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image for common dependencies
FROM node:18.17.1-alpine as common-deps
FROM node:18.20-alpine as common-deps

WORKDIR /app

Expand Down Expand Up @@ -48,7 +48,7 @@ RUN npx nx build twenty-front


# Final stage: Run the application
FROM node:18.17.1-alpine as twenty
FROM node:18.20-alpine as twenty

# Used to run healthcheck in docker
RUN apk add --no-cache curl jq
Expand Down

0 comments on commit 541fa2b

Please sign in to comment.