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