mirror of
https://github.com/kou029w/sync-codesandbox.git
synced 2025-01-18 15:38:04 +00:00
7 lines
141 B
Text
7 lines
141 B
Text
|
ARG from
|
||
|
FROM ${from}
|
||
|
USER root
|
||
|
RUN npm --unsafe-perm=true install -g kou029w/sync-codesandbox
|
||
|
USER pptruser
|
||
|
ENTRYPOINT ["sync-codesandbox"]
|