0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
posthog/.dockerignore
Marius Andra f1c90f4283
Whitelist kea-typegen folder in .dockerignore (#1443)
* Whitelist kea-typegen folder in .dockerignore

* Added debug to devdockerfile

* quote style fix

* add .kearc to dockerignore (needed to generate types in yarn build)

* Add tsconfig.json to dockerfile

* add tsconfig and kearc to dockerfiles

* updated docker files to suppress secret key error

* use fake secret key in collectstatic

Co-authored-by: Yakko Majuri <yakko.majuri@gmail.com>
2020-08-17 14:11:46 +02:00

18 lines
228 B
Plaintext

*
!bin
!requirements.txt
!posthog
!staticfiles
!manage.py
!gunicorn.config.py
!babel.config.js
!package.json
!yarn.lock
!webpack.config.js
!postcss.config.js
!.kearc
!tsconfig.json
!frontend/src
!frontend/types
!frontend/public