Update readme

This commit is contained in:
Eden Kirin
2023-04-21 15:19:35 +02:00
parent 1dba9d1424
commit 8ecd0f92df
2 changed files with 55 additions and 6 deletions

View File

@ -1,8 +1,8 @@
FROM python:3.10.11-alpine3.17
# take arguments
ARG INTERNAL_API_PORT
ARG INTERNAL_WS_PORT
# handle optional arguments
ARG INTERNAL_API_PORT=8010
ARG INTERNAL_WS_PORT=8011
RUN \
pip install pip -U && \