From 657a4dfb6bb86692b6b240143f313894b0ced4da Mon Sep 17 00:00:00 2001 From: benbot Date: Fri, 27 Oct 2023 02:20:17 -0400 Subject: [PATCH] Adds dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c09a66b..6517593 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,7 +61,7 @@ WORKDIR /home/app # Copy over the build artifact from the previous step and create a symlink COPY --from=build --chown=app:app /app/_build/prod/rel/ezcontainer_railway ./ -RUN ln -s /home/app/ezcontainer_railway/bin/my_app /home/app/bin +RUN ln -s /home/app/ezcontainer_railway/bin/ezcontainer_railway /home/app/bin # Specify the entry point ENTRYPOINT ["bin/my_app", "start"]