Update Dockerfile

This commit is contained in:
Matt DiMeglio 2025-06-11 09:30:08 -04:00 committed by GitHub
parent c2046996df
commit 2a649f00d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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