Fix Dockerfile
This commit is contained in:
@@ -10,9 +10,9 @@ COPY . .
|
|||||||
RUN chmod +x ./fetch-yt-dlp.sh
|
RUN chmod +x ./fetch-yt-dlp.sh
|
||||||
# install node dependencies
|
# install node dependencies
|
||||||
RUN npm install
|
RUN npm install
|
||||||
RUN npm run fetch
|
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
RUN npm run build-server
|
RUN npm run build-server
|
||||||
|
RUN npm run fetch
|
||||||
# cleanup
|
# cleanup
|
||||||
RUN npm remove parcel
|
RUN npm remove parcel
|
||||||
RUN rm -rf .parcel-cache
|
RUN rm -rf .parcel-cache
|
||||||
|
|||||||
Reference in New Issue
Block a user