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

add history folder to Dockerfile :rolling_eyes:

parent f960a999
No related branches found
No related tags found
No related merge requests found
Pipeline #8485 passed
......@@ -5,6 +5,7 @@ WORKDIR /app
ADD app /app/app
ADD admin /app/admin
ADD homepage /app/homepage
ADD history /app/history
ADD error /app/error
ADD topup /app/topup
ADD static /app/static
......
......@@ -7,5 +7,5 @@ POSTGRES: "${POSTGRES}"
POSTGRES_PASS: "${POSTGRES_PASS}"
POSTGRES_USER: "${POSTGRES_USER}"
POSTGRES_DB: "${POSTGRES_DB}"
Tag: "v1.5.1"
Tag: "v1.5.2"
REGISTRY_CONF: "${REGISTRY_CONF}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment