mirror of
https://github.com/kou029w/sync-codesandbox.git
synced 2025-01-18 15:38:04 +00:00
5 lines
154 B
Docker
5 lines
154 B
Docker
FROM kou029w/puppeteer-node:latest
|
|
USER root
|
|
RUN npm --unsafe-perm=true install -g kou029w/sync-codesandbox
|
|
USER pptruser
|
|
ENTRYPOINT ["sync-codesandbox"]
|