From 0668feef0434404bd74ea2f09d61d4673b09f0fe Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 27 Oct 2020 00:18:02 -0600 Subject: [PATCH] update container name --- drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drone.yml b/drone.yml index c524f1a..c16e79b 100644 --- a/drone.yml +++ b/drone.yml @@ -9,7 +9,7 @@ steps: path: /var/run/docker.sock commands: - docker build --tag ofb_angular . - - docker rm -f container_name || true + - docker rm -f ofb_angular || true - docker run --name ofb_angular -d -p "8111:8111" ofb_angular