Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Proxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
open-source
Proxy
Commits
a3117d11
Commit
a3117d11
authored
3 years ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
added empty npm cache dir
parent
70a68c5b
No related branches found
No related tags found
1 merge request
!27
Resolve "Update CI"
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.npm/.gitignore
+0
-0
0 additions, 0 deletions
.npm/.gitignore
docker-compose.yml
+7
-3
7 additions, 3 deletions
docker-compose.yml
package-lock.json
+12648
-13
12648 additions, 13 deletions
package-lock.json
yarn.lock
+7004
-5621
7004 additions, 5621 deletions
yarn.lock
with
19659 additions
and
5637 deletions
.npm/.gitignore
0 → 100644
+
0
−
0
View file @
a3117d11
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
7
−
3
View file @
a3117d11
version
:
'
3.7'
services
:
assets
:
image
:
node:10
image
:
node:16
user
:
"
1000:1000"
volumes
:
-
.:/usr/src/app
-
.npm:/home/node/.npm
working_dir
:
/usr/src/app
command
:
bash -c "npm install && npm run watch"
command
:
bash -c "
chown 1000:1000 .npm &&
npm install && npm run watch"
phpfpm
:
depends_on
:
-
"
assets"
...
...
@@ -41,4 +43,6 @@ services:
working_dir
:
/html
volumes
:
-
.:/html
command
:
"
su
-s
/bin/sh
-c
'php
artisan
requests:fetcher'
www-data"
\ No newline at end of file
command
:
"
su
-s
/bin/sh
-c
'php
artisan
requests:fetcher'
www-data"
volumes
:
node-cache
:
\ No newline at end of file
This diff is collapsed.
Click to expand it.
package-lock.json
+
12648
−
13
View file @
a3117d11
This diff is collapsed.
Click to expand it.
yarn.lock
+
7004
−
5621
View file @
a3117d11
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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