1
0
forked from noxious/server
This commit is contained in:
Dennis Postma 2024-07-10 22:09:06 +02:00
parent 47ab660fd0
commit aec3f33f69

View File

@ -1,5 +1,5 @@
# Use the official Node.js 20.2.0 image with Alpine Linux as the base image # Use the official Node.js 20.2.0 image with Alpine Linux as the base image
FROM node:20.9.0-alpine FROM node:22.4.1-alpine
# Create a directory for the application code # Create a directory for the application code
RUN mkdir -p /usr/src/app RUN mkdir -p /usr/src/app