Skip to content

Commit

Permalink
Merge pull request #462 from bcgov/pi-4
Browse files Browse the repository at this point in the history
remove prisma generate, node 20->18
  • Loading branch information
mgtennant authored Jul 30, 2024
2 parents bf96dce + 255420e commit 490ee12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/node:20-alpine
FROM docker.io/node:18-alpine

# Set environment variable to avoid update notifications
ENV NO_UPDATE_NOTIFIER=true
Expand All @@ -24,7 +24,6 @@ USER 1001:1001
# Install dependencies and build the application
RUN npm run all:ci \
&& npm run all:build \
&& npx prisma generate \
&& npm run client:purge

# Expose the port the app runs on
Expand Down

0 comments on commit 490ee12

Please sign in to comment.