more dev work
This commit is contained in:
parent
84261c9537
commit
441056cabc
12 changed files with 59 additions and 80 deletions
|
|
@ -33,6 +33,8 @@ COPY --from=install /temp/prod/node_modules node_modules
|
|||
COPY --from=prerelease /usr/src/app/dist ./dist
|
||||
COPY --from=prerelease /usr/src/app/package.json ./
|
||||
|
||||
ENV HOST=0.0.0.0
|
||||
|
||||
USER node
|
||||
EXPOSE 4321
|
||||
ENTRYPOINT ["node", "./dist/server/entry.mjs"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue