Skip to content
Snippets Groups Projects
Commit 6c39ab85 authored by John Harris's avatar John Harris
Browse files

style: docker lint

parent 8beb2213
No related branches found
No related tags found
No related merge requests found
FROM ruby:2.7.5-slim-bullseye
# Bootstrap scripts will also be used by stage 2 (rails-runtime-base-image).
ADD /app/bootstrap*sh /app/
COPY /app/bootstrap*sh /app/
RUN chmod +x /app/bootstrap*sh
# Install OS packages required for the gem build environment.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment