tryzealot/zealot

View on GitHub
.devcontainer/Dockerfile

Summary

Maintainability
Test Coverage
# See .devcontainer/Dockerfile.base and .github/workflows/publish_codespace.yml files.
FROM ghcr.io/tryzealot/codespace:latest

COPY . /workspace
RUN gem install bundler && \
    bundle install