sync-codesandbox/Dockerfile

7 lines
141 B
Text
Raw Normal View History

2020-03-25 21:56:04 +09:00
ARG from
FROM ${from}
USER root
RUN npm --unsafe-perm=true install -g kou029w/sync-codesandbox
USER pptruser
ENTRYPOINT ["sync-codesandbox"]