4 lines
75 B
Docker
4 lines
75 B
Docker
|
FROM nginx:alpine
|
||
|
|
||
|
COPY public/vrijkorteverhalen.nl /usr/share/nginx/html
|