Dockerfile won't need that

This commit is contained in:
Korbs 2024-11-14 23:53:39 -05:00
parent 0202b451de
commit d528b65bf2

View file

@ -27,9 +27,6 @@ FROM ark.sudovanilla.org/korbs/bun:amd64 AS based
WORKDIR /app
COPY . .
# Run in Production
ENV NODE_ENV=production
# Run
EXPOSE 2014
CMD bun run build && bun start