fix dockerfile

This commit is contained in:
youegraillot 2023-09-09 12:49:40 +02:00
parent fae7185720
commit 4d3f1403a1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:alpine as Deemix FROM docker.io/library/node:alpine as deemix
RUN apk add git jq && \ RUN apk add git jq && \
git clone https://gitlab.com/RemixDev/deemix-gui.git && cd deemix-gui && \ git clone https://gitlab.com/RemixDev/deemix-gui.git && cd deemix-gui && \