Skip to content
Snippets Groups Projects
Unverified Commit 17df0f86 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

bug fix: fish not found

parent b1a08761
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ ARG GIT_REPO_TM_WEB
EXPOSE 80/tcp
RUN apt update -y && apt install -y git expect
RUN apt update -y && apt install -y git expect fish
RUN mkdir /app /app/log /app/keys
VOLUME /app/log
VOLUME /app/keys
......
# teachermate-seller-docker
Docker image for https://tm.recolic.net/
```
docker build -f Dockerfile --tag tm --build-arg GIT_REPO_TM_WEB="https://path/to/your/tm.git" .
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment