mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
5 lines
79 B
Text
5 lines
79 B
Text
FROM nginx:latest
|
|
|
|
COPY default.conf /etc/nginx/conf.d/
|
|
|
|
VOLUME /var/www/html
|