Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 985 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 985 Bytes

build deploy

TP Seguridad en Redes - UTN - FRBA

Grupo 02 - 1º Cuat. 2020

Integrantes

Nombre Legajo Mail
Julian Simplituca ### [email protected]
Kevin Varela ### [email protected]
Nahuel Oyhanarte ### [email protected]

Instrucciones

Para desarrollar local:

  • Clone: [email protected]:nahueloyha/sr-tp.git
  • Build: docker build -t nahueloyha/tp-sr:$(git rev-parse HEAD) .
  • Run: docker run -d --init -p 8080:8080 nahueloyha/tp-sr:$(git rev-parse HEAD)
  • Access: http://127.0.0.1:8080

Una vez testeado: