ci: fix pg db pgdata path

This commit is contained in:
Nicolas Giard 2022-12-13 21:51:59 +00:00
parent a42086bef2
commit f09ad380c6
No known key found for this signature in database
GPG key ID: 85061B8F9D55B7C8

View file

@ -5,4 +5,4 @@ ENV POSTGRES_PASSWORD=hk2j22sfiv
ENV POSTGRES_HOST_AUTH_METHOD=trust
# Copy the postgres data folder from the migration stage
COPY ./pg-data /var/lib/postgresql/data
COPY /pg-data /var/lib/postgresql/data