Skip to content

Commit

Permalink
remove docker warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandawg93 committed Aug 5, 2024
1 parent 4f8ec39 commit 6c781a6
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 @@ -11,7 +11,7 @@ RUN --mount=type=cache,id=pnpm-store,target=/root/.local/share/pnpm/store pnpm f

RUN --mount=type=cache,id=pnpm-store,target=/root/.local/share/pnpm/store pnpm install -r --offline

FROM node:20-alpine as build
FROM node:20-alpine AS build

WORKDIR /app

Expand All @@ -20,7 +20,7 @@ COPY . .

RUN npm run telemetry && npm run build

FROM node:20-alpine as runner
FROM node:20-alpine AS runner

LABEL org.opencontainers.image.title "PeaNUT"
LABEL org.opencontainers.image.description "A tiny dashboard for Network UPS Tools"
Expand Down

0 comments on commit 6c781a6

Please sign in to comment.