remove dev Docker image
All checks were successful
Gitea Actions Demo / release-image (push) Successful in 59s

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

View File

@ -23,15 +23,6 @@ RUN <<EOT
bundle install bundle install
EOT EOT
FROM build AS dev
WORKDIR /app
RUN <<EOT
bundle install
EOT
CMD [ "sleep", "infinity" ]
FROM base FROM base