Copy index

This commit is contained in:
Malted 2025-03-31 18:20:26 -04:00
parent c605b83d77
commit 46fa953031
No known key found for this signature in database

View file

@ -8,6 +8,7 @@ ENV NODE_ENV=production
FROM base AS release FROM base AS release
COPY --from=prerelease /usr/src/app/index.ts . COPY --from=prerelease /usr/src/app/index.ts .
COPY --from=prerelease /usr/src/app/index.html .
USER bun USER bun
EXPOSE 3000/tcp EXPOSE 3000/tcp