Skip to content

Commit

Permalink
try Dockerfile by starlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyreum committed Oct 26, 2024
1 parent b2fb0ae commit c392081
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 29 deletions.
12 changes: 12 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM node:lts AS runtime
WORKDIR /app

COPY . .

RUN npm install
RUN npm run build

ENV HOST=0.0.0.0
ENV PORT=4321
EXPOSE 4321
CMD node ./dist/server/entry.mjs
29 changes: 0 additions & 29 deletions dockerfile

This file was deleted.

0 comments on commit c392081

Please sign in to comment.