UNPKG

@arc-fusion/cli

Version:

CLI for running Arc Fusion on your local machine

13 lines (9 loc) 303 B
'use strict' module.exports = () => ` ARG FUSION_RELEASE=latest FROM washpost/fusion-engine:\${FUSION_RELEASE} # must use COPY instead of volume to get proper file system case-sensitivity COPY ./ ./bundle/src/ # ensure we install node_modules from package.json RUN rm -rf ./bundle/src/node_modules `