euh je sais pas j'ai juste pull et ça a cassé des trucs

This commit is contained in:
usr0
2026-02-11 15:09:16 +01:00
parent d5be6979d3
commit 5d50f29b47
4 changed files with 83 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ FROM nginx:alpine
COPY --from=build /app/dist/tlcfront /usr/share/nginx/html
EXPOSE 80
EXPOSE 80 5000
CMD ["nginx", "-g", "daemon off;"]