5a85b0f765
- Tags the image with the specific version - Removes the report pushing from the trivy scan
5 lines
214 B
Docker
5 lines
214 B
Docker
FROM nginxinc/nginx-unprivileged:1.25.3-alpine3.18
|
|
MAINTAINER Elia el Lazkani <elia@lazkani.io>
|
|
|
|
COPY public/ /usr/share/nginx/html/blog/
|
|
COPY nginx/default.conf.template /etc/nginx/templates/default.conf.template
|