mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-02 06:21:28 +03:00
Fixed issue (hopefully) where nodemon is not properly installed on Docker
This commit is contained in:
@@ -3,7 +3,7 @@ FROM alpine:3.12 as frontend
|
||||
RUN apk add --no-cache \
|
||||
npm
|
||||
|
||||
RUN npm install -g @angular/cli nodemon
|
||||
RUN npm install -g @angular/cli
|
||||
|
||||
WORKDIR /build
|
||||
COPY [ "package.json", "package-lock.json", "/build/" ]
|
||||
|
||||
Reference in New Issue
Block a user