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