This repository has been archived on 2026-01-06. You can view files and clone it, but cannot push or open issues/pull-requests.
fej/.dockerignore

21 lines
225 B
Plaintext

*
# Source code
!src/
# Cargo files
!Cargo.toml
!Cargo.lock
# Entrypoint for devop container
!docker/entrypoint_dev.sh
!docker/entrypoint.sh
# Config file
!Rocket.toml
# Database migrations
!migrations/
!docker/crontab