From e032a1eeeecee0ab35c551243c3719aa353adbc4 Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Tue, 13 Sep 2022 06:18:37 +0200 Subject: [PATCH] Updated the makefile --- Dockerfile | 4 ---- Makefile | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 746537a..8382746 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,10 +7,6 @@ RUN apt-get update && apt-get install -y python3 python3-pip git openssh-server COPY requirements.txt ./requirements.txt RUN pip3 install -r ./requirements.txt -COPY ./id_rsa ./id_rsa -RUN start-ssh-agent -RUN ssh-add ./id_rsa - COPY ./docs/images ./docs/images COPY ./docs/operation ./docs/operation COPY ./docs/stylesheets ./docs/stylesheets diff --git a/Makefile b/Makefile index 312d363..468c991 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ release: release-deps python3 ./dockerhub/release.py build: - docker-compose build - docker-compose up + docker compose build + docker compose up version: mike list -- GitLab