Mise à jour de 'cryptide_project/server/socket_io/Dockerfile'
continuous-integration/drone/push Build is passing Details

CI/CD
Thomas CHAZOT 1 year ago
parent 2e5c4dc98f
commit 7d3a02549c

@ -14,7 +14,7 @@ RUN npm install
COPY ./server/socket_io/server.js .
# Expose the port that the application will run on
EXPOSE 3002
EXPOSE 80
# Command to run the application
CMD ["node", "server.js"]
ENTRYPOINT ["node", "server.js"]

Loading…
Cancel
Save