File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -882,8 +882,10 @@ exports[`parser and printer > should format 398.Dockerfile fixtures > 398.Docker
882
882
`;
883
883
884
884
exports[`parser and printer > should format 441.Dockerfile fixtures > 441.Dockerfile 1`] = `
885
- " RUN # cleanup
886
- ls -la
885
+ " RUN # install dependencies
886
+ NODE_ENV =production npm install-clean \\
887
+ # cleanup
888
+ && /usr/bin/env bash <(curl -fsSL https://raw.githubusercontent.com/softvisio/scripts/main/env-build-node.sh) cleanup
887
889
"
888
890
`;
889
891
Original file line number Diff line number Diff line change 1
1
RUN \
2
+ # install dependencies
3
+ NODE_ENV=production npm install-clean \
4
+ \
2
5
# cleanup
3
- ls -la
6
+ && /usr/bin/env bash <(curl -fsSL https://raw.githubusercontent.com/softvisio/scripts/main/env-build-node.sh) cleanup
Original file line number Diff line number Diff line change @@ -5607,9 +5607,9 @@ __metadata:
5607
5607
linkType: hard
5608
5608
5609
5609
"abbrev@npm:^3.0.0":
5610
- version: 3.0.0
5611
- resolution: "abbrev@npm:3.0.0 "
5612
- checksum: 10c0/049704186396f571650eb7b22ed3627b77a5aedf98bb83caf2eac81ca2a3e25e795394b0464cfb2d6076df3db6a5312139eac5b6a126ca296ac53c5008069c28
5610
+ version: 3.0.1
5611
+ resolution: "abbrev@npm:3.0.1 "
5612
+ checksum: 10c0/21ba8f574ea57a3106d6d35623f2c4a9111d9ee3e9a5be47baed46ec2457d2eac46e07a5c4a60186f88cb98abbe3e24f2d4cca70bc2b12f1692523e2209a9ccf
5613
5613
languageName: node
5614
5614
linkType: hard
5615
5615
You can’t perform that action at this time.
0 commit comments