-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trigger-CI for fsevent,loader-utils,socket.io-parser
- Loading branch information
1 parent
77aa335
commit 7ccecbb
Showing
6 changed files
with
5,280 additions
and
3,659 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
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 |
---|---|---|
|
@@ -62,12 +62,11 @@ RUN set -ex \ | |
# Download ClamAV virus signatures | ||
RUN freshclam --quiet | ||
|
||
# Install pip, Node.js and Yarn | ||
# Install pip, Node.js and npm | ||
RUN set -ex \ | ||
&& curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \ | ||
&& add-apt-repository --yes "deb https://dl.yarnpkg.com/debian/ stable main" \ | ||
&& curl -sS https://deb.nodesource.com/setup_14.x | bash - \ | ||
&& apt-get install -y --no-install-recommends \ | ||
yarn nodejs \ | ||
nodejs \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
||
ENV PYENV_ROOT="/pyenv/data" | ||
|
@@ -141,13 +140,11 @@ RUN set -ex \ | |
/src/src/dashboard/src/media \ | ||
' \ | ||
&& mkdir -p $internalDirs \ | ||
&& chown -R archivematica $internalDirs | ||
&& chown -R archivematica $internalDirs \ | ||
&& npm install -g [email protected] /src/src/dashboard/frontend | ||
|
||
USER archivematica | ||
|
||
RUN set -ex \ | ||
&& yarn --cwd=/src/src/dashboard/frontend install --frozen-lockfile | ||
|
||
WORKDIR /src/src/dashboard/src | ||
|
||
ENV DJANGO_SETTINGS_MODULE settings.local | ||
|
@@ -197,7 +194,7 @@ USER archivematica | |
|
||
WORKDIR /src/src/dashboard/frontend | ||
|
||
ENTRYPOINT ["yarn", "run", "test-single-run"] | ||
ENTRYPOINT ["npm", "run", "test-single-run"] | ||
|
||
# ----------------------------------------------------------------------------- | ||
|
||
|
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
Oops, something went wrong.