ajout de conteneur frontend
This commit is contained in:
Vendored
BIN
Binary file not shown.
@@ -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;"]
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user