Skip to content
Snippets Groups Projects
Unverified Commit e032a1ee authored by Martin Weise's avatar Martin Weise
Browse files

Updated the makefile

parent 651cca10
No related branches found
No related tags found
No related merge requests found
...@@ -7,10 +7,6 @@ RUN apt-get update && apt-get install -y python3 python3-pip git openssh-server ...@@ -7,10 +7,6 @@ RUN apt-get update && apt-get install -y python3 python3-pip git openssh-server
COPY requirements.txt ./requirements.txt COPY requirements.txt ./requirements.txt
RUN pip3 install -r ./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/images ./docs/images
COPY ./docs/operation ./docs/operation COPY ./docs/operation ./docs/operation
COPY ./docs/stylesheets ./docs/stylesheets COPY ./docs/stylesheets ./docs/stylesheets
......
...@@ -14,8 +14,8 @@ release: release-deps ...@@ -14,8 +14,8 @@ release: release-deps
python3 ./dockerhub/release.py python3 ./dockerhub/release.py
build: build:
docker-compose build docker compose build
docker-compose up docker compose up
version: version:
mike list mike list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment