Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
POC Mirador
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IIIF
POC Mirador
Commits
8c7bd5b6
Verified
Commit
8c7bd5b6
authored
2 years ago
by
David Beniamine
Browse files
Options
Downloads
Patches
Plain Diff
Fix restart setting
parent
40dc67e3
Branches
24-everything-from-git
Branches containing commit
No related tags found
2 merge requests
!17
Resolve "Build dependencies from POC"
,
!16
Resolve "Build dependencies from POC"
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile
+3
-3
3 additions, 3 deletions
Dockerfile
annotations-plugin
+1
-1
1 addition, 1 deletion
annotations-plugin
docker-compose.yml
+1
-0
1 addition, 0 deletions
docker-compose.yml
with
5 additions
and
4 deletions
Dockerfile
+
3
−
3
View file @
8c7bd5b6
...
@@ -5,9 +5,9 @@ RUN chown -R node:node /opt
...
@@ -5,9 +5,9 @@ RUN chown -R node:node /opt
EXPOSE
9000
EXPOSE
9000
WORKDIR
/opt
WORKDIR
/opt
USER
node
USER
node
RUN
npm
install
RUN
yarn
install
RUN
npm
run build
RUN
yarn
run build
CMD
npm
run serve
CMD
yarn
run serve
FROM
caddy:latest
as
httpd
FROM
caddy:latest
as
httpd
COPY
--from=mirador /opt/public /srv
COPY
--from=mirador /opt/public /srv
This diff is collapsed.
Click to expand it.
annotations-plugin
@
a52f4ec7
Compare
a1e2371b
...
a52f4ec7
Subproject commit a
1e2371bcb8d4fa41e77767d70ea0e6052d586a0
Subproject commit a
52f4ec738ceeeff96aab7a369bf1cdc019e85c1
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
1
−
0
View file @
8c7bd5b6
...
@@ -5,6 +5,7 @@ services:
...
@@ -5,6 +5,7 @@ services:
context
:
.
context
:
.
dockerfile
:
Dockerfile
dockerfile
:
Dockerfile
target
:
httpd
target
:
httpd
restart
:
$RESTART
environment
:
environment
:
-
CORS_ALLOWED_HOSTS
-
CORS_ALLOWED_HOSTS
-
WEBPACK_MODE=production
-
WEBPACK_MODE=production
...
...
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