Update container

This commit is contained in:
Owen Schwartz 2024-09-29 16:12:33 -04:00
parent 286d743ce3
commit e98c0cba21
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD

View file

@ -18,6 +18,8 @@ RUN npm run build
# Stage 2: Run the application
FROM node:18-alpine AS runner
RUN apk add --no-cache curl
WORKDIR /app
# Copy package.json and package-lock.json