mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 15:58:29 +02:00
📎 Add default env variable for browser executable path.
This commit is contained in:
parent
13d83cb0d1
commit
e48b01fd18
2 changed files with 9 additions and 6 deletions
|
@ -5,7 +5,8 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||
|
||||
ENV LANG=en_US.UTF-8 \
|
||||
LC_ALL=en_US.UTF-8 \
|
||||
NODE_VERSION=v14.17.5
|
||||
NODE_VERSION=v14.17.5 \
|
||||
PENPOT_BROWSER_EXECUTABLE_PATH=/usr/bin/chromium
|
||||
|
||||
RUN set -ex; \
|
||||
mkdir -p /etc/resolvconf/resolv.conf.d; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue