From 11b7b6367c790547e8bc6dbe39d2a59dab79d257 Mon Sep 17 00:00:00 2001 From: benbot Date: Fri, 27 Oct 2023 02:03:19 -0400 Subject: [PATCH] Adds dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 776b762..c09a66b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,8 +60,8 @@ USER app 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/my_app ./ -RUN ln -s /home/app/my_app/bin/my_app /home/app/bin +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 # Specify the entry point ENTRYPOINT ["bin/my_app", "start"]