This website requires JavaScript.
Explore
Help
Sign in
ducklet
/
unwind
Watch
1
Star
0
Fork
You've already forked unwind
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
63f8a98dfa
unwind
/
.dockerignore
7 lines
50 B
Text
Raw
Normal View
History
Unescape
Escape
refactor: use .python-version for docker build
2024-05-10 17:01:18 +02:00
**/__pycache__
change the container to be more production ready This includes the code files in the docker image and creates a separate data dir, which means we don't need to manually mount files into the container anymore.
2021-07-11 20:26:53 +02:00
*.local
refactor: use .python-version for docker build
2024-05-10 17:01:18 +02:00
.*
clean up container contents The UI should be built and served separately, not from within the production container. The tests should be run separately as well and are not needed from within the production container.
2021-08-05 17:56:12 +02:00
/data
/tests
/unwind-ui
Reference in a new issue
Copy permalink