remove dev Docker image
Some checks failed
Gitea Actions Demo / release-image (push) Failing after 16s

This commit is contained in:
Ryan Cavicchioni 2024-07-02 16:18:31 -05:00
parent 949ec2f719
commit 3d6443afd2
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -23,17 +23,6 @@ RUN <<EOT
bundle install
EOT
FROM build AS dev
WORKDIR /app
RUN <<EOT
bundle install
EOT
CMD [ "sleep", "infinity" ]
FROM base
# RUN useradd ruby --home /app --shell /bin/sh
RUN adduser ruby -h /app -D