1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-24 15:29:36 +02:00

Merge pull request #585 from lkiesow/node22

Upgrade Node.js to Version 22
This commit is contained in:
Sean Morley 2025-04-25 10:02:52 -04:00 committed by GitHub
commit 228f79dbc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
# Use this image as the platform to build the app
FROM node:18-alpine AS external-website
FROM node:22-alpine AS external-website
# A small line inside the image to show who made it
LABEL Developers="Sean Morley"
@ -32,4 +32,4 @@ RUN chmod +x ./startup.sh
USER node:node
# Run startup.sh instead of the default command
CMD ["./startup.sh"]
CMD ["./startup.sh"]