Skip to content

Commit

Permalink
wip: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ElaBosak233 committed Nov 15, 2024
1 parent d4ecf9a commit 8b63d14
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ WORKDIR /app
RUN npm install
RUN npm run build

FROM scratch
FROM busybox:uclibc

COPY --from=builder /app/dist /app
COPY --from=builder /app/dist /app

CMD [ "sh", "-c", "tail -f /dev/null" ]

0 comments on commit 8b63d14

Please sign in to comment.