mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 22:36:38 +02:00
🚧 🐳 Build release images
This commit is contained in:
parent
c8385c8149
commit
8e97638e15
2 changed files with 1 additions and 13 deletions
|
@ -40,12 +40,6 @@ RUN set -ex; \
|
|||
cd .. && \
|
||||
rm -rf ./imagemagick
|
||||
|
||||
RUN set -ex; \
|
||||
useradd -m -g users -s /bin/bash uxbox; \
|
||||
passwd uxbox -d; \
|
||||
echo "uxbox ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
|
||||
|
||||
USER uxbox
|
||||
WORKDIR /home/uxbox
|
||||
|
||||
ENV NODE_VERSION=7.7.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue