test ouroboros

main
greglebreton 2 years ago
parent 458bca8377
commit e4e8505831
  1. 3
      Dockerfile

@ -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…
Cancel
Save