From a8b2b39788ac5c1bf22e270b816095c404f077e1 Mon Sep 17 00:00:00 2001 From: Kuba Date: Tue, 31 Jan 2023 23:46:50 +0100 Subject: [PATCH] webservice pull fix --- load-balancer/a.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/load-balancer/a.py b/load-balancer/a.py index ce7f552..a42e5dc 100755 --- a/load-balancer/a.py +++ b/load-balancer/a.py @@ -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 '''