remove dev Docker image
All checks were successful
Gitea Actions Demo / release-image (push) Successful in 59s
All checks were successful
Gitea Actions Demo / release-image (push) Successful in 59s
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user