Skip to content

Commit

Permalink
Update to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
oegea committed Feb 24, 2024
1 parent 60e2fd9 commit b5bc0e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16 AS build
FROM node:18 AS build

WORKDIR /usr/src/app
RUN mkdir -p /usr/src/app/authentication-service&&mkdir -p /usr/src/app/documents-service
Expand Down Expand Up @@ -26,7 +26,7 @@ RUN export TERM=linux && npm run build
WORKDIR /usr/src/app/documents-service
RUN export TERM=linux && npm run build

FROM node:16 AS production
FROM node:18 AS production

# Copy the bundle from the build stage
WORKDIR /usr/src/app
Expand Down

0 comments on commit b5bc0e0

Please sign in to comment.