Update readme
This commit is contained in:
@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user