fix docker file
This commit is contained in:
@@ -1,2 +1,4 @@
|
|||||||
FROM nginx:latest
|
ARG NGINX_VERSION=latest
|
||||||
|
ARG NGINX_REPOSITORY=docker.registry.pv.linuz.ir
|
||||||
|
FROM ${NGINX_REPOSITORY}/nginx:${NGINX_VERSION}
|
||||||
COPY . /usr/share/nginx/html/
|
COPY . /usr/share/nginx/html/
|
||||||
Reference in New Issue
Block a user