Change to Debian style

This commit is contained in:
Derry Hamilton 2020-07-02 10:23:24 +01:00
parent f2ef10be64
commit cc03ef6c1d
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ CMD ["/ujetl_entrypoint"]
FROM runner as tester FROM runner as tester
COPY TEST_config_live.xml /var/ujetl/ COPY TEST_config_live.xml /var/ujetl/
COPY wait_for_postgres / COPY wait_for_postgres /
RUN apt install postgresql-client RUN apt-get install -y postgresql-client
FROM runner as deploy FROM runner as deploy

View file

@ -10,7 +10,7 @@ ls
echo Starting run loop echo Starting run loop
for file in *.xml for file in *.xml
do do
/usr/bin/java \ /usr/local/openjdk-11/bin/java \
-Xms1g \ -Xms1g \
-Xmx2g \ -Xmx2g \
-cp /usr/share/ujetl/lib/CopyingApp.jar \ -cp /usr/share/ujetl/lib/CopyingApp.jar \