use full container names

This commit is contained in:
Late Night Defender 2023-11-19 19:55:21 +07:00
parent 311504424d
commit 6f90cb360b

View file

@ -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