mirror of
https://github.com/rasilon/ujetl.git
synced 2026-04-11 10:29:29 +00:00
Change to Debian style
This commit is contained in:
parent
6a1ab875c7
commit
f2ef10be64
1 changed files with 1 additions and 1 deletions
|
|
@ -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 apk add postgresql-client
|
RUN apt install postgresql-client
|
||||||
|
|
||||||
|
|
||||||
FROM runner as deploy
|
FROM runner as deploy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue