diff --git a/Dockerfile b/Dockerfile index f35ea11..adfd3a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ COPY . /app VOLUME /app/staticfiles -ENV DATABASE_URL postgres://postgresql:postgresql@db:5432/dashboard +ENV DATABASE_URL postgres://postgresql:postgresql@db:5432/refunds EXPOSE 8000