webservice pull fix

This commit is contained in:
Kuba 2023-01-31 23:46:50 +01:00
parent 37b8cf62a7
commit a8b2b39788

View File

@ -81,8 +81,8 @@ runcmd:
- systemctl enable docker
- 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
- chmod +x ./webservice
- ./webservice
'''