0
Fork 0
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:
Alejandro Alonso 2022-06-06 13:23:40 +02:00
parent f33ad5e8fa
commit a120630a7f

View file

@ -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.