From 5e8ec6a58c5c0f2b367ed68512eb69e9d6c12439 Mon Sep 17 00:00:00 2001 From: David Long Date: Tue, 1 Aug 2017 14:31:59 -0400 Subject: [PATCH] Adds entrypoint to Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5e425088..8f9403ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,6 +41,7 @@ COPY scripts/ /home/operable/cog/scripts/ COPY cogctl-for-docker-build /usr/local/bin/cogctl USER operable +ENTRYPOINT /home/operable/cog/scripts/docker-start # TODO: For some reason, Hex needs to be present in the operable # user's home directory for Cog to run (specifically, for it to apply # the database migrations at startup). It complains of not being able