Docker composer is working fine

This commit is contained in:
naaturel
2024-10-23 23:15:26 +01:00
committed by naaturel
parent 49e96c09d9
commit 4c8b238ddf
3 changed files with 5 additions and 3 deletions

View File

@@ -2,4 +2,4 @@ FROM nginx:alpine
COPY unluckiest_443 /etc/nginx/conf.d/default.conf
CMD ["nginx", "-g", "daemon off;"]
CMD ["nginx", "-g", "daemon off;"]