5 lines
104 B
Docker
5 lines
104 B
Docker
# pull the latest official nginx image
|
|
FROM nginx:mainline-alpine-slim
|
|
|
|
COPY dist /usr/share/nginx/html
|