mirror of
https://github.com/OpenLiberty/liberty-bikes.git
synced 2024-11-27 01:20:01 +08:00
Add EXPOSE directives
This commit is contained in:
parent
a86799665b
commit
19a0f8ef4c
@ -6,3 +6,5 @@ auth_url=https://lb-auth:8082/auth-service\
|
||||
" > wlp/usr/servers/auth-service/server.env
|
||||
RUN mv wlp/usr/servers/auth-service/* /config/
|
||||
RUN rm -rf wlp/
|
||||
|
||||
EXPOSE 8082
|
@ -2,4 +2,6 @@ FROM websphere-liberty:beta
|
||||
ADD build/libs/frontend.zip /
|
||||
RUN unzip frontend.zip
|
||||
RUN mv wlp/usr/servers/frontendServer/* /config/
|
||||
RUN rm -rf wlp/
|
||||
RUN rm -rf wlp/
|
||||
|
||||
EXPOSE 12000
|
@ -4,4 +4,6 @@ RUN unzip game-service.zip
|
||||
RUN echo "-Dorg.libertybikes.restclient.PlayerService/mp-rest/url=\
|
||||
http://lb-player:8081/" > wlp/usr/servers/game-service/jvm.options
|
||||
RUN mv wlp/usr/servers/game-service/* /config/
|
||||
RUN rm -rf wlp/
|
||||
RUN rm -rf wlp/
|
||||
|
||||
EXPOSE 8080
|
@ -3,3 +3,5 @@ ADD build/libs/player-service.zip /
|
||||
RUN unzip player-service.zip
|
||||
RUN mv wlp/usr/servers/player-service/* /config/
|
||||
RUN rm -rf wlp/
|
||||
|
||||
EXPOSE 8081
|
Loading…
Reference in New Issue
Block a user