From 8795c4d00f404ebe2b332ac118bc73dac9899e92 Mon Sep 17 00:00:00 2001 From: benbot Date: Fri, 27 Oct 2023 03:50:06 -0400 Subject: [PATCH] fixes dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fac4a40..17e61e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,4 +62,4 @@ WORKDIR /home/app COPY --from=app-build --chown=app:app /app/_build/prod/rel/ezcontainer_railway ./ # Specify the entry point -#ENTRYPOINT ["/home/app/bin/ezcontainer_railway", "start"] +ENTRYPOINT ["/home/app/bin/ezcontainer_railway", "start"]