We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e0e61 commit 21c836cCopy full SHA for 21c836c
web/profiles/custom/os2loop/themes/os2loop_theme/README.md
@@ -15,8 +15,8 @@ Encore](https://symfony.com/doc/current/frontend/encore/installation.html#instal
15
Build assets (JavaScript and CSS) by running
16
17
```sh
18
-docker run --volume ${PWD}:/app --workdir /app node:latest yarn install
19
-docker run --volume ${PWD}:/app --workdir /app node:latest yarn build
+docker run --volume ${PWD}:/app --workdir /app node:16 yarn install
+docker run --volume ${PWD}:/app --workdir /app node:16 yarn build
20
```
21
22
Watch for changes:
0 commit comments