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
882882`;
883883
884884exports[`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
887889"
888890`;
889891
Original file line number Diff line number Diff line change 11RUN \
2+ # install dependencies
3+ NODE_ENV=production npm install-clean \
4+ \
25 # 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:
56075607 linkType: hard
56085608
56095609"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
56135613 languageName: node
56145614 linkType: hard
56155615
You can’t perform that action at this time.
0 commit comments