Update Dockerfile

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexa Amundson
2025-11-20 20:59:18 -06:00
committed by GitHub
parent 856cb6854e
commit dd45d0985b

View File

@@ -16,7 +16,6 @@ RUN npm install --omit=dev
COPY --from=builder /app/.next ./.next COPY --from=builder /app/.next ./.next
COPY --from=builder /app/public ./public COPY --from=builder /app/public ./public
COPY --from=builder /app/next.config.* ./ COPY --from=builder /app/next.config.* ./
COPY --from=builder /app/tsconfig.json ./
ENV PORT=8080 ENV PORT=8080
EXPOSE 8080 EXPOSE 8080