blob: 39abc015b48609505e2cb5e29f253acbd58f705c [file] [log] [blame]
FROM websphere-liberty:latest
ENV SERVERDIRNAME reviews
ADD ./servers/LibertyProjectServer /opt/ibm/wlp/usr/servers/defaultServer/
RUN /opt/ibm/wlp/bin/installUtility install --acceptLicense /opt/ibm/wlp/usr/servers/defaultServer/server.xml
ARG service_version
ARG enable_ratings
ARG star_color
ENV SERVICE_VERSION ${service_version:-v1}
ENV ENABLE_RATINGS ${enable_ratings:-false}
ENV STAR_COLOR ${star_color:-black}
CMD /opt/ibm/wlp/bin/server run defaultServer