mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-18 13:09:08 +02:00
Use correct ports for expose in dockerfile (#906)
This commit is contained in:
parent
78b449b75f
commit
c683cfc83b
1 changed files with 4 additions and 2 deletions
|
|
@ -34,8 +34,10 @@ COPY --from=compile-image /opt/venv /opt/venv
|
|||
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
|
||||
apt-get install -y libpq-dev
|
||||
|
||||
EXPOSE 8774
|
||||
EXPOSE 8994
|
||||
EXPOSE 8555
|
||||
EXPOSE 18555
|
||||
EXPOSE 18666
|
||||
EXPOSE 18777
|
||||
# Web server
|
||||
EXPOSE 12994
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue