fix: dockerfile
Some checks failed
/ build (push) Failing after 1m23s

This commit is contained in:
Trenten Vollmer 2024-11-22 23:19:58 -05:00
parent 3cc8008163
commit d41ed386ad

View file

@ -33,7 +33,6 @@ FROM node:22-slim AS frontend
WORKDIR /app
COPY --from=frontend-build /prod/frontend/package*.json ./
COPY --from=frontend-build /prod/frontend/.next ./.next
COPY --from=frontend-build /prod/frontend/public ./public
COPY --from=frontend-build /prod/frontend/node_modules ./node_modules
ENV NODE_ENV=production
EXPOSE 3000