mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-29 02:44:34 +00:00
4 lines
66 B
Docker
4 lines
66 B
Docker
|
FROM nginx:1.23
|
||
|
|
||
|
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|