File tree Expand file tree Collapse file tree
generator2/org.getaviz.generator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ COPY . /tmp/generator2/
44WORKDIR /tmp/generator2/
55RUN mvn package
66
7- FROM getaviz/generator2-base:1.0 .0
7+ FROM getaviz/generator2-base:1.1 .0
88COPY --from=MAVEN_TOOL_CHAIN /tmp/generator2/target/org.getaviz.generator*.war /var/lib/jetty/webapps/root.war
99COPY settings.properties /opt/config/settings.properties
1010USER root
Original file line number Diff line number Diff line change 1- FROM php:7.2-apache
1+ FROM getaviz/ui-base:1.1.0
22COPY . /var/www/html/ui
33WORKDIR /var/www/html/ui
4- RUN apt-get update && \
5- curl -sL https://deb.nodesource.com/setup_8.x | bash - &&\
6- apt-get install -y build-essential nodejs git &&\
7- mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" &&\
8- npm install
4+ RUN npm install
95LABEL maintainer=
"[email protected] " \
106 version="1.0"
You can’t perform that action at this time.
0 commit comments