From e4e85058315d4a8e14957dbb80548c38b52a9f05 Mon Sep 17 00:00:00 2001 From: greglebreton Date: Tue, 27 Dec 2022 14:00:39 +0100 Subject: [PATCH] test ouroboros --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 92b0ce5..66c2533 100644 --- a/Dockerfile +++ b/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"] \ No newline at end of file