Adds dockerfile

This commit is contained in:
benbot 2023-10-27 02:20:17 -04:00
parent 11b7b6367c
commit 657a4dfb6b

View file

@ -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"]