use full container names
This commit is contained in:
parent
311504424d
commit
6f90cb360b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM nginx:alpine
|
FROM docker.io/library/nginx:alpine
|
||||||
|
|
||||||
# Copy files to nginx path
|
# Copy files to nginx path
|
||||||
COPY . /usr/share/nginx/html
|
COPY . /usr/share/nginx/html
|
||||||
|
|
Loading…
Reference in a new issue