mirror of
https://github.com/penpot/penpot.git
synced 2025-02-12 18:18:24 -05:00
🐛 Fix environment import for exporter at docker
This commit is contained in:
parent
f33ad5e8fa
commit
a120630a7f
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ services:
|
|||
|
||||
penpot-exporter:
|
||||
image: "penpotapp/exporter:latest"
|
||||
env_file:
|
||||
- config.env
|
||||
environment:
|
||||
# Don't touch it; this uses internal docker network to
|
||||
# communicate with the frontend.
|
||||
|
|
Loading…
Add table
Reference in a new issue