-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docker: remove obsolete compose header * docker: don't shadow staticfiles A classic case of: 1. a Docker container gets its own filesystem ; 2. it runs a process that creates a thing (here: the "staticfiles" directory) ; 3. we mount our local directory over /app (to get live changes) ; 4. that shadows the only-in-Docker-FS "staticfiles". See [1] for a similar case. [1]: betagouv/rails-template@1f69642 * docker: remove the docker-compose dash * make: misc fixes * index: use the exec wrapper ; * init: don't try to reinstall things, focus on the actual init. * docker: upgrade POETRY_VERSION * docker: ignore staticfiles
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.git | ||
.github | ||
.mypy_cache | ||
staticfiles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters