Fabio Manganiello
|
55dd7b0d53
|
Don't generate a startup script in docker - instead add /app to PYTHONPATH
|
2019-12-02 09:17:04 +01:00 |
|
Fabio Manganiello
|
5f54eaa108
|
Only python setup.py web_build is needed in Docker
|
2019-12-02 01:18:17 +01:00 |
|
Fabio Manganiello
|
a1f3ff3ae5
|
Forgotten newlines
|
2019-12-02 01:13:57 +01:00 |
|
Fabio Manganiello
|
e9df6768f9
|
Use a startup script to launch platypush from the /app folder in docker
|
2019-12-02 01:12:10 +01:00 |
|
Fabio Manganiello
|
93a5ffc755
|
git clone in Dockerfile must be recursive
|
2019-12-02 01:03:33 +01:00 |
|
Fabio Manganiello
|
93bb71bef7
|
Fixed extra newline
|
2019-12-02 00:59:25 +01:00 |
|
Fabio Manganiello
|
e751325886
|
libffi-dev, libjpeg-turbo-dev and zlib-dev are also required to build some of the recommended dependencies
|
2019-12-02 00:56:22 +01:00 |
|
Fabio Manganiello
|
f08be1f3c1
|
The generated command should all be on one line
|
2019-12-02 00:51:56 +01:00 |
|
Fabio Manganiello
|
3a347496d3
|
Fixed git clone && cd dance in generated Dockerfile
|
2019-12-02 00:49:19 +01:00 |
|
Fabio Manganiello
|
909695e070
|
git clones to /app/platypush
|
2019-12-02 00:43:37 +01:00 |
|
Fabio Manganiello
|
47f7a36e6e
|
Prevent pending continuation line in generated Dockerfile
|
2019-12-02 00:41:48 +01:00 |
|
Fabio Manganiello
|
de3bb48493
|
mkdir -p /app in generated Dockerfile
|
2019-12-02 00:37:34 +01:00 |
|
Fabio Manganiello
|
3ac9ecbd8f
|
Do git clone and explicit pip install -r requirements.txt in platydock to make sure that all the recommended dependencies are installed
|
2019-12-02 00:34:32 +01:00 |
|
Fabio Manganiello
|
fbe4f9494c
|
No need to run pip install pyScss in setup.py if it's not available
|
2019-12-02 00:24:28 +01:00 |
|
Fabio Manganiello
|
f8d3ea5197
|
Refactored platydock and platyvenv
|
2019-12-01 22:27:54 +01:00 |
|
Fabio Manganiello
|
dcb4a36959
|
Replaced os.environ['HOME'] with os.path.expanduser('~') (Windows compatibility)
Solves #74
|
2019-07-29 00:03:01 +02:00 |
|
Fabio Manganiello
|
a1f640ce0a
|
Added support for config include files to Docker images too
|
2018-12-20 01:04:28 +01:00 |
|
Fabio Manganiello
|
44d24b42d1
|
Force python3 on the Dockerfile CMD
|
2018-12-18 22:31:24 +01:00 |
|
Fabio Manganiello
|
949d9cd619
|
Fixed platydock rm command
|
2018-12-19 02:22:10 +01:00 |
|
Fabio Manganiello
|
73d7441d26
|
Added platydock, a helper to manage Platypush instances as Docker containers
|
2018-12-19 02:08:13 +01:00 |
|