6 lines
70 B
Docker
6 lines
70 B
Docker
FROM nginx:latest
|
|
|
|
COPY ./yaaaw.conf /etc/nginx/conf.d/
|
|
|
|
VOLUME /data
|