Son CV dans un terminal web en Javascript! https://terminal-cv.gregandev.fr
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terminal-cv/Dockerfile

14 lines
372 B

FROM debian:bullseye-slim as builder
2 years ago
RUN apt update
# WORKDIR /data
# COPY . .
# RUN apt install -y npm
# RUN npm install -i package.json \
# && npm run build
2 years ago
# 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"]