mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-21 23:53:52 +00:00
parent
58bce4c162
commit
d3a5a737a4
|
@ -16,7 +16,10 @@ RUN apk add --update --no-cache python3 g++ make\
|
|||
RUN yarn global add @vue/cli
|
||||
|
||||
COPY . /app
|
||||
RUN yarn build
|
||||
|
||||
# The below flag should be removed, it's an incompatibility between
|
||||
# webpack and node17
|
||||
RUN NODE_OPTIONS=--openssl-legacy-provider yarn build
|
||||
|
||||
FROM nginx:1.21.3-alpine
|
||||
COPY --from=ui-builder /app/dist /etc/nginx/html
|
||||
|
|
Loading…
Reference in New Issue
Block a user