We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c601e commit 800c8daCopy full SHA for 800c8da
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
cd /home/proyecto/AuthenticationServerFrontend/
27
git pull origin main
28
git status
29
- docker stop authui-app
30
- docker rm authui-app
+ docker stop authui
+ docker rm authui
31
docker build -t authui-image . || { echo "Docker build failed"; exit 1; }
32
docker run -d -it -p 5025:80 --restart unless-stopped --name authui authui-image || { echo "Docker run failed"; exit 1; }
0 commit comments