This commit is contained in:
parent
458bca8377
commit
e4e8505831
@ -6,11 +6,8 @@ RUN npm install -i package.json \
|
||||
&& npm run build
|
||||
|
||||
FROM alpine
|
||||
|
||||
RUN apk update \
|
||||
&& apk add lighttpd \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
COPY --from=builder /data/dist /var/www/localhost/htdocs
|
||||
|
||||
CMD ["lighttpd","-D","-f","/etc/lighttpd/lighttpd.conf"]
|
Loading…
x
Reference in New Issue
Block a user