Added -H 0.0.0.0 to entrypoint
This commit is contained in:
parent
4eec260fa7
commit
dc09b18b99
@ -10,6 +10,6 @@ RUN apk add --no-cache python3 && \
|
||||
pip3 --no-cache-dir install --upgrade pip setuptools && \
|
||||
pip3 --no-cache-dir install ".[server]"
|
||||
|
||||
ENTRYPOINT ["/usr/bin/moto_server"]
|
||||
ENTRYPOINT ["/usr/bin/moto_server", "-H", "0.0.0.0"]
|
||||
|
||||
EXPOSE 5000
|
||||
|
Loading…
Reference in New Issue
Block a user