Skip to content
Snippets Groups Projects
Verified Commit f960a999 authored by Réthelyi Bálint's avatar Réthelyi Bálint :no_mouth:
Browse files

add admin folder to Dockerfile

parent 597a91ed
No related branches found
No related tags found
No related merge requests found
Pipeline #8483 passed
......@@ -3,6 +3,7 @@ FROM alpine:latest
WORKDIR /app
ADD app /app/app
ADD admin /app/admin
ADD homepage /app/homepage
ADD error /app/error
ADD topup /app/topup
......
......@@ -4,4 +4,4 @@ set -o allexport
source secret.env
set +o allexport
envsubst < values.yml | helm upgrade --install becskasszasch . --values -
envsubst < values.yml | helm upgrade --install becskasszasch . -n apps --values -
......@@ -7,5 +7,5 @@ POSTGRES: "${POSTGRES}"
POSTGRES_PASS: "${POSTGRES_PASS}"
POSTGRES_USER: "${POSTGRES_USER}"
POSTGRES_DB: "${POSTGRES_DB}"
Tag: "v1.5.0"
Tag: "v1.5.1"
REGISTRY_CONF: "${REGISTRY_CONF}"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment