Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -29,6 +29,7 @@ RUN npm uninstall @playwright/test chai playwright \
|
|
29 |
&& npm i \
|
30 |
&& npm run build \
|
31 |
&& cp .sample.env .env \
|
|
|
32 |
&& npm prune --production \
|
33 |
&& npm cache clean --force
|
34 |
# && npm config delete registry
|
|
|
29 |
&& npm i \
|
30 |
&& npm run build \
|
31 |
&& cp .sample.env .env \
|
32 |
+
&& sed -i 's/HOST=127.0.0.1/HOST=0.0.0.0/' .env \
|
33 |
&& npm prune --production \
|
34 |
&& npm cache clean --force
|
35 |
# && npm config delete registry
|