fix to webservice

This commit is contained in:
Kuba 2023-01-31 12:21:54 +01:00
parent 529d9a40dd
commit 8c9db8cdbe

View File

@ -79,8 +79,8 @@ runcmd:
- chmod +x /usr/local/bin/docker-compose
- systemctl start docker
- systemctl enable docker
- git clone https://git.wmi.amu.edu.pl/s443930/aws-webservice.git
- cd aws-webservice/get
- git clone https://git.wmi.amu.edu.pl/bikol/DPZC-2022-23.git
- cd 04_Public_cloud/zadania
- docker build -t webservice .
- docker run -d -p 80:8080 -t webservice
'''