💚 CD fix
continuous-integration/drone/push Build is passing Details

pull/1/head
Vincent ASTOLFI 1 year ago
parent 9ff3c7bc9c
commit 4915a545c3

@ -1,6 +1,7 @@
FROM node:10
WORKDIR /usr/src/app
COPY ./ ./
RUN sed -i '1i\<base href="https://codefirst.iut.uca.fr/containers/vincentastolfi-maettleship">' ./public/index.html
RUN npm install
RUN npm install -g nodemon
EXPOSE 8080

@ -28,7 +28,7 @@
<h2 class="hidden-element" id="win_notification">WIN !</h2>
<script src="/socket.io/socket.io.js"></script>
<script type="module" src="scripts/game.js"></script>
<script type="module" src="scripts/index.js"></script>
<script type="module" src="./scripts/game.js"></script>
<script type="module" src="./scripts/index.js"></script>
</body>
</html>

Loading…
Cancel
Save