Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrong committed Jul 6, 2024
1 parent 3c0604d commit e371ea1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions electron/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
FROM --platform=linux/amd64 bitnami/git:2 as GIT
ARG CROWDIN_PERSONAL_TOKEN

WORKDIR /app

RUN git clone --depth 1 --single-branch https://github.com/electron/website source

FROM --platform=linux/amd64 node:20 as NODE
ARG CROWDIN_PERSONAL_TOKEN

WORKDIR /app

Expand All @@ -16,7 +14,6 @@ COPY . /app/
RUN <<EOF
/app/tools/install.sh
NODE_PATH=$(npm root --quiet -g) node modify.js
export CROWDIN_PERSONAL_TOKEN="${CROWDIN_PERSONAL_TOKEN}"
cd /app/source/
yarn
npx tsx scripts/prepare-i18n-content.ts
Expand Down

0 comments on commit e371ea1

Please sign in to comment.