Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NOXCIS authored Oct 10, 2024
1 parent 903dbd3 commit 34c6f3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Stage 1: Build Stage
# builder: Builder For Darkwore
FROM --platform=$BUILDPLATFORM node:current-alpine AS builder


Expand All @@ -16,7 +16,7 @@ RUN npm install -g yarn@latest --force \
&& yarn cache clean \
&& yarn autoclean --force

# Stage 2: Production Stage
# final: Final Darkwire Image
FROM alpine:latest

WORKDIR /opt/app
Expand All @@ -37,4 +37,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 CMD \

CMD ["/opt/app/start.sh", "start" ]

STOPSIGNAL SIGTERM
STOPSIGNAL SIGTERM

0 comments on commit 34c6f3b

Please sign in to comment.