terminal-cv/Dockerfile
greglebreton f9d46bd726
All checks were successful
continuous-integration/drone/push Build is passing
maj cv link
2022-12-27 15:25:25 +01:00

14 lines
372 B
Docker

FROM debian:bullseye-slim as builder
RUN apt update
# WORKDIR /data
# COPY . .
# RUN apt install -y npm
# 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"]