Skip to content

Commit

Permalink
Merge pull request #62 from gridhead/dock
Browse files Browse the repository at this point in the history
Change service version from v0.1.0a4 to v0.1.0
  • Loading branch information
gridhead authored Nov 12, 2024
2 parents 003f090 + 10f1013 commit 37512a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EXPOSE 6969
ENV PYTHONBUFFERED=1

RUN dnf install python3-pip --assumeyes && dnf clean all --assumeyes
RUN pip3 install --upgrade expedite==0.1.0a4
RUN pip3 install --upgrade expedite==0.1.0

ENTRYPOINT ["ed-server"]
CMD ["--addr", "0.0.0.0", "--port", "6969"]

0 comments on commit 37512a8

Please sign in to comment.