portfolio (latest)
Published 6 months ago by clement.freville2
Installation
docker pull codefirst.iut.uca.fr/clement.freville2/portfolio:latest
sha256:b2e6d2bbdf7c9732ad113370d4718f88b39c0bfdb75af950998291ea16a797f0
Image Layers
EXPOSE map[3000/tcp:{}] |
COPY /etc/passwd /etc/passwd # buildkit |
COPY /busybox/busybox_HTTPD /busybox-httpd # buildkit |
USER static |
WORKDIR /home/static |
COPY httpd.conf . # buildkit |
CMD ["/busybox-httpd" "-f" "-v" "-p" "3000" "-c" "httpd.conf"] |
COPY --from=builder /app/build . |