-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Support onesie requests * force * install protoc * protoc * revert youtubei.js * remove logging * Log download mode
- Loading branch information
1 parent
a63d929
commit 44c66aa
Showing
12 changed files
with
10,685 additions
and
752 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
yarn install --frozen-lockfile; | ||
# yarn install --frozen-lockfile; | ||
npm ci --force |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,13 +8,14 @@ RUN apt-get update && apt-get install -y git \ | |
autoconf \ | ||
automake \ | ||
libtool \ | ||
protobuf-compiler \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
||
WORKDIR /app | ||
COPY yarn.lock package.json ./ | ||
COPY yarn.lock package.json package-lock.json ./ | ||
RUN yarn global add [email protected] | ||
RUN yarn install --frozen-lockfile | ||
|
||
# RUN yarn install --frozen-lockfile | ||
RUN npm ci --force | ||
COPY start.sh tsconfig.json ./ | ||
COPY i18n/ i18n/ | ||
COPY sql_dumps/daisuki/bootstrap.sql sql_dumps/daisuki/bootstrap.sql | ||
|
Oops, something went wrong.