This commit is contained in:
parent
bd7b805c6c
commit
ce944839a9
@ -1,7 +1,7 @@
|
||||
FROM debian:bullseye-slim as builder
|
||||
WORKDIR /data
|
||||
COPY . .
|
||||
RUN apt-get update && apt-get install npm
|
||||
RUN apt update && apt install -y npm
|
||||
RUN npm install -i package.json \
|
||||
&& npm run build
|
||||
FROM alpine
|
||||
|
Loading…
x
Reference in New Issue
Block a user