fej/.dockerignore

21 lines
225 B
Plaintext
Raw Normal View History

2021-03-05 20:40:49 +01:00
*
# Source code
!src/
# Cargo files
!Cargo.toml
!Cargo.lock
2021-04-16 23:20:22 +02:00
# Entrypoint for devop container
!docker/entrypoint_dev.sh
2021-04-17 18:20:59 +02:00
!docker/entrypoint.sh
# Config file
!Rocket.toml
2021-04-17 14:43:24 +02:00
# Database migrations
!migrations/
2021-04-17 20:52:29 +02:00
!docker/crontab