Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Jan 4, 2025
1 parent f73a2d4 commit cd29d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FROM linux-${TARGETARCH}-alpine AS base

ENV NODE_ENV=production
WORKDIR /app
RUN apk add --no-cache tzdata eudev tini nodejs libcap
RUN apk add --no-cache tzdata eudev tini nodejs

# Dependencies and build
FROM base AS deps
Expand Down

0 comments on commit cd29d2a

Please sign in to comment.