Add sealgen as global install, so make-env can work properly

This commit is contained in:
Kuba Orlik 2023-09-24 20:01:49 +02:00
parent d552874c6f
commit b7cc271d97

View File

@ -17,6 +17,7 @@ VOLUME $HOME
WORKDIR $HOME
RUN npm install -g npm@latest
RUN npm install -g @sealcode/sealgen
USER $UID:$GID