Skip to content

Commit

Permalink
Docker fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Jan 19, 2025
1 parent fdeba45 commit b0d5026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN npm install
COPY . /app/
RUN cd utils && ./mk_bubbles.sh

RUN npm run build:ssr
RUN npm run build

FROM node:lts-buster-slim

Expand All @@ -23,4 +23,4 @@ COPY --from=build /app/dist dist

ENV NODE_ENV=production

ENTRYPOINT [ "node", "/app/dist/budgetkey/server/main.js" ]
ENTRYPOINT [ "node", "/app/dist/budgetkey/server/server.mjs" ]

0 comments on commit b0d5026

Please sign in to comment.