3 lines
100 B
Docker
3 lines
100 B
Docker
|
FROM scratch
|
||
|
COPY --from=local/webpack-runner /usr/src/app/node_modules/.cache /node_modules/.cache
|