mirror of
https://github.com/OpenLiberty/liberty-bikes.git
synced 2025-02-11 11:00:16 +08:00
5 lines
145 B
Docker
5 lines
145 B
Docker
FROM websphere-liberty:beta
|
|
ADD build/libs/frontend.zip /
|
|
RUN unzip frontend.zip
|
|
RUN mv wlp/usr/servers/frontendServer/* /config/
|
|
RUN rm -rf wlp/ |