test ouroboros
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
greglebreton 2022-12-27 14:00:39 +01:00
parent 458bca8377
commit e4e8505831

View File

@ -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"]