Specify branch in dockerfile
This commit is contained in:
parent
1910428442
commit
e6afd93131
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ RUN useradd -m -d /app syng
|
||||||
USER syng
|
USER syng
|
||||||
ENV PATH="/app/.local/bin:${PATH}"
|
ENV PATH="/app/.local/bin:${PATH}"
|
||||||
WORKDIR /app/
|
WORKDIR /app/
|
||||||
RUN pip install --user "syng[server]@git+https://github.com/christofsteel/syng.git"
|
RUN pip install --user "syng[server]@git+https://github.com/christofsteel/syng.git@v2.1.0-updates"
|
||||||
RUN touch /app/keys.txt
|
RUN touch /app/keys.txt
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
ENTRYPOINT ["syng", "server", "-k", "/app/keys.txt"]
|
ENTRYPOINT ["syng", "server", "-k", "/app/keys.txt"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue