mirror of
https://gitea.pinpod.ir/pinwar/gh-actions.git
synced 2026-09-15 06:22:27 +00:00
4 lines
151 B
Docker
4 lines
151 B
Docker
ARG NGINX_VERSION=latest
|
|
ARG NGINX_REPOSITORY=docker.registry.pv.linuz.ir
|
|
FROM ${NGINX_REPOSITORY}/nginx:${NGINX_VERSION}
|
|
COPY . /usr/share/nginx/html/ |