Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Dockerfile: patch use docker.io/library/node:20-alpine first build
Browse files Browse the repository at this point in the history
  • Loading branch information
pheiduck committed Dec 18, 2023
1 parent f249b8e commit ba3cc7a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
FROM alpine:latest AS build_node_modules

RUN apk add -U --no-cache \
npm \
nodejs
FROM docker.io/library/node:20-alpine AS build_node_modules

# Copy Web UI
COPY src/ /app/
Expand Down

0 comments on commit ba3cc7a

Please sign in to comment.