Fixed Dockerfile
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Phil 2024-10-21 18:45:35 +02:00
parent 459a45243a
commit 1fe659f410
Signed by: Phil
GPG key ID: 350C8B7C4EF5DED4

View file

@ -1,7 +1,7 @@
FROM node:alpine as builder
WORKDIR /src
RUN npm i .
RUN npm install
RUN npm run build
FROM nginx:stable-alpine-slim