Skip to content

Commit d028cde

Browse files
author
John Dillick
committed
Update Dockerfile to use arcli install.
1 parent 4a94762 commit d028cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN chown -R node ./
1818
USER node
1919

2020
# Run App build within container context
21-
RUN npm install && npm run build
21+
RUN npx -p @atomic-reactor/cli arcli install && npm run build
2222

2323
RUN npm prune --production
2424

0 commit comments

Comments
 (0)