Update Dockerfile
This commit is contained in:
@@ -11,8 +11,8 @@ RUN apk update && \
|
|||||||
COPY . .
|
COPY . .
|
||||||
# build frontend
|
# build frontend
|
||||||
WORKDIR /usr/src/yt-dlp-webui/frontend
|
WORKDIR /usr/src/yt-dlp-webui/frontend
|
||||||
RUN npm install && \
|
RUN npm install
|
||||||
npm run build
|
RUN npm run build
|
||||||
# build backend + incubator
|
# build backend + incubator
|
||||||
WORKDIR /usr/src/yt-dlp-webui
|
WORKDIR /usr/src/yt-dlp-webui
|
||||||
RUN go build -o yt-dlp-webui
|
RUN go build -o yt-dlp-webui
|
||||||
|
|||||||
Reference in New Issue
Block a user