Modify expose port
Modify expose port to match the port in the docker-compose file.
This commit is contained in:
parent
8fdd840460
commit
73dab2367e
|
|
@ -18,5 +18,5 @@ COPY config.json.example /app/config.json
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
VOLUME /app
|
VOLUME /app
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8181
|
||||||
CMD ["override"]
|
CMD ["override"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue