Some more minor fixes to containerising and ignore
This commit is contained in:
parent
1d91e6d6ee
commit
9462d7aa7f
3
.gitignore
vendored
3
.gitignore
vendored
@ -145,5 +145,8 @@ dev/
|
||||
out/
|
||||
ref-test/testing.py
|
||||
|
||||
Ignore Database
|
||||
database/data/
|
||||
|
||||
# Ignore Encryption Keyfile
|
||||
.encryption.key
|
@ -22,8 +22,6 @@ services:
|
||||
ref_test_app:
|
||||
container_name: ref_test_app
|
||||
build: ./ref-test
|
||||
volumes:
|
||||
- ./ref-test:/ref-test
|
||||
env_file:
|
||||
- ./.env
|
||||
ports:
|
||||
|
Loading…
Reference in New Issue
Block a user