mirror of
https://gitea.pinpod.ir/pinwar/gh-actions.git
synced 2026-09-18 07:47:28 +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/ |