ajout de conteneur frontend

This commit is contained in:
2026-01-09 13:49:09 +01:00
parent 40ff504f39
commit b1e7ea57a4
6 changed files with 6 additions and 1 deletions
BIN
View File
Binary file not shown.
+5
View File
@@ -0,0 +1,5 @@
FROM nginx:20-alpine
COPY src /usr/share/nginx/html
COPY nginx.conf /etc/nginx/nginx.conf
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]
View File
@@ -21,6 +21,6 @@
</menu>
<button onclick="direBonjour()" style="position: absolute; top: 20%; left: 50%; z-index: 1;">Click me !</button>
</body>
<script src="script.js"></script>
<script src="app.js"></script>
</html>