Update Dockerfile

This commit is contained in:
Matt DiMeglio 2025-06-11 10:08:47 -04:00 committed by GitHub
parent 16f6080990
commit e4cb8ef560
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,5 @@ RUN npm ci
COPY . .
EXPOSE 8080
EXPOSE 5173
CMD ["npm", "run", "dev"]