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.
This commit is contained in:
ducklet 2021-08-05 17:56:12 +02:00
parent 0532676fa4
commit 7dacab9b77

View file

@ -1,2 +1,4 @@
*.local
/data
/data
/tests
/unwind-ui