remove dev Docker image
Some checks failed
Gitea Actions Demo / release-image (push) Failing after 16s
Some checks failed
Gitea Actions Demo / release-image (push) Failing after 16s
This commit is contained in:
parent
949ec2f719
commit
3d6443afd2
11
Dockerfile
11
Dockerfile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user