Commit 1e8fcc0
committed
Move to node:current-alpine docker builder
to ensure node works with the openssl version:
` > [builder 5/5] RUN echo "VITE_API_HOSTNAME=/" > .env.local && npm i && npm run build:
0.055 Error relocating /usr/bin/node: EVP_MD_CTX_get_size_ex: symbol not found
------
Dockerfile:9
--------------------
8 |
9 | >>> RUN echo "VITE_API_HOSTNAME=${VITE_API_HOSTNAME}" > .env.local && \
10 | >>> npm i && \
11 | >>> npm run build
12 |
--------------------
ERROR: failed to solve: process "/bin/sh -c echo \"VITE_API_HOSTNAME=${VITE_API_HOSTNAME}\" > .env.local && npm i && npm run build" did not complete successfully: exit code: 127`1 parent 676879d commit 1e8fcc0
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
| |||
0 commit comments