mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-04-10 16:30:18 +02:00
4 lines
66 B
Docker
4 lines
66 B
Docker
FROM nginx:alpine
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|
|
EXPOSE 80
|