Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dockerfiles
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andre Lehmann
dockerfiles
Commits
2bbf8e0f
Verified
Commit
2bbf8e0f
authored
3 years ago
by
Andre Lehmann
Browse files
Options
Downloads
Patches
Plain Diff
Remove temporary package additions (losh-*)
parent
afdbfe9e
Branches
Branches containing commit
Tags
losh-backend+1.0.0
losh-frontend+1.0.0
Tags containing commit
No related merge requests found
Pipeline
#113
waiting for manual action with stages
Stage:
Stage:
Stage:
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
losh-backend/Dockerfile
+0
-2
0 additions, 2 deletions
losh-backend/Dockerfile
losh-frontend/Dockerfile
+0
-2
0 additions, 2 deletions
losh-frontend/Dockerfile
with
0 additions
and
4 deletions
losh-backend/Dockerfile
+
0
−
2
View file @
2bbf8e0f
...
...
@@ -17,8 +17,6 @@ RUN set -x \
&& git clone -b "$VERSION" --depth 1 "$REPOSITORY_URL" /tmp/losh-backend-src \
&& cd /tmp/losh-backend-src \
&& yarn server install --production \
# production installation lacks the typescript package, which is required for building the project
&& yarn server add typescript@^4.4.4 \
&& ELASTIC_API_URL="$ELASTIC_API_URL" WIKIBASE_API_URL="$WIKIBASE_API_URL" yarn server build \
&& cp -a ./packages/server/dist /tmp/losh-backend \
&& cp ./packages/server/package.json ./packages/server/yarn.lock /tmp/losh-backend \
...
...
This diff is collapsed.
Click to expand it.
losh-frontend/Dockerfile
+
0
−
2
View file @
2bbf8e0f
...
...
@@ -23,8 +23,6 @@ RUN set -x \
&& git clone -b "$VERSION" --depth 1 "$REPOSITORY_URL" /tmp/losh-frontend-src \
&& cd /tmp/losh-frontend-src \
&& yarn client install --production \
# production installation lacks the gatsby-plugin-eslint package, which is required for building the project
&& yarn client add gatsby-plugin-eslint@^3.0.0 \
# disable telemetry for this automated build
&& yarn run gatsby telemetry --disable \
&& PATH_PREFIX="$PATH_PREFIX" GRAPHQL_API_URL="$GRAPHQL_API_URL" yarn client run gatsby build --prefix-paths \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment