Skip to content

Commit bfebd2d

Browse files
author
David Baum
committed
Merge branch 'feature/useUiBaseImage' into development
2 parents a1a76c5 + bdf335b commit bfebd2d

4 files changed

Lines changed: 3 additions & 2489 deletions

File tree

generator2/org.getaviz.generator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY . /tmp/generator2/
44
WORKDIR /tmp/generator2/
55
RUN mvn package
66

7-
FROM getaviz/generator2-base:1.0.0
7+
FROM getaviz/generator2-base:1.1.0
88
COPY --from=MAVEN_TOOL_CHAIN /tmp/generator2/target/org.getaviz.generator*.war /var/lib/jetty/webapps/root.war
99
COPY settings.properties /opt/config/settings.properties
1010
USER root

ui/Dockerfile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
FROM php:7.2-apache
1+
FROM getaviz/ui-base:1.1.0
22
COPY . /var/www/html/ui
33
WORKDIR /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
95
LABEL maintainer="[email protected]" \
106
version="1.0"

0 commit comments

Comments
 (0)