aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/app/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/app/Dockerfile b/docker/app/Dockerfile
index c91c013a..903e7dc6 100644
--- a/docker/app/Dockerfile
+++ b/docker/app/Dockerfile
@@ -47,6 +47,6 @@ RUN apt-get purge -y \
libpq-dev
# Migrate, collect and start the app.
-RUN chmod +x /docker/app/scripts/migrate.sh
-ENTRYPOINT ["/docker/app/scripts/migrate.sh"]
+RUN chmod +x /app/docker/app/scripts/migrate.sh
+ENTRYPOINT ["/app/docker/app/scripts/migrate.sh"]
CMD ["uwsgi", "--ini", "docker/app/uwsgi.ini"]