mirror of
https://github.com/alexta69/metube.git
synced 2025-04-03 20:27:36 +03:00
temporarily added openssl legacy provider
This commit is contained in:
parent
d41fd8a5f5
commit
38d5453536
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM node as builder
|
|||
WORKDIR /metube
|
||||
COPY ui ./
|
||||
RUN npm ci && \
|
||||
node_modules/.bin/ng build --prod
|
||||
NODE_OPTIONS=--openssl-legacy-provider node_modules/.bin/ng build --prod
|
||||
|
||||
|
||||
FROM python:3.8-alpine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue