mirror of
https://github.com/System-End/ip.git
synced 2026-04-19 16:28:23 +00:00
Copy index
This commit is contained in:
parent
c605b83d77
commit
46fa953031
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue