Update Dockerfile

This commit is contained in:
Matt DiMeglio 2025-06-11 09:40:36 -04:00 committed by GitHub
parent 68e7c08766
commit d92a993dfc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,5 @@
FROM node:20-alpine
WORKDIR /app
COPY . ./web