4 lines
93 B
Docker
4 lines
93 B
Docker
FROM docker.io/library/nginx:alpine
|
|
|
|
# Copy files to nginx path
|
|
COPY . /usr/share/nginx/html
|