mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 10:20:16 +01:00
9 lines
106 B
Docker
9 lines
106 B
Docker
# nginx/Dockerfile
|
|
|
|
FROM nginx:1.23.3-alpine
|
|
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|
|
|
|
EXPOSE 80
|
|
EXPOSE 443
|