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

This commit is contained in:
2024-07-02 16:18:31 -05:00
parent 949ec2f719
commit 799f88cc53

View File

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