Update Dockerfile

This commit is contained in:
Matt DiMeglio 2025-06-11 09:58:21 -04:00 committed by GitHub
parent 2f68810c17
commit 9be8ad6a98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,5 @@
FROM node:20-alpine
WORKDIR /app
RUN npm ci
EXPOSE 8080