@ -28,8 +28,7 @@ RUN bun run build
# copy production dependencies and source code into final image
FROM base AS release
COPY --from=install /temp/prod/node_modules node_modules
COPY --from=prerelease /app/dist ./dist
COPY package.json .env .
COPY --from=prerelease /app .
ENV HOST=0.0.0.0
ENV PORT=3000
EXPOSE 3000/tcp