add devcontainer

This commit is contained in:
2025-03-24 11:17:05 -05:00
parent 8acc46c08d
commit a580e78d81
6 changed files with 37 additions and 24 deletions

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