4 lines
86 B
Docker
4 lines
86 B
Docker
FROM nginx:alpine
|
|
COPY www.correctvloerverwarming.nl/ /usr/share/nginx/html
|
|
EXPOSE 80
|