Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wiki
Manage
Activity
Members
Labels
Plan
Issues
53
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MDM Lab
Wiki
Merge requests
!134
Resolve "Table with all PDB files, to make them available to download"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Table with all PDB files, to make them available to download"
table-structure-with-molstar
into
dev
Overview
0
Commits
28
Pipelines
22
Changes
30
Merged
Remi PLANEL
requested to merge
table-structure-with-molstar
into
dev
1 year ago
Overview
0
Commits
28
Pipelines
22
Changes
1
Expand
Closes
#132 (closed)
0
0
Merge request reports
Viewing commit
600b924f
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
600b924f
no chown
· 600b924f
Remi PLANEL
authored
1 year ago
Dockerfile
+
1
−
1
Options
@@ -79,6 +79,6 @@ FROM nginx:1.25-bookworm
RUN
apt update
-y
&&
apt
install
-y
COPY
nginx.conf /etc/nginx/nginx.conf
COPY
--from=generate /usr/src/app/.output/public /usr/share/nginx/html
RUN
chmod
-R
nginx:nginx /usr/share/nginx/html
#
RUN chmod -R nginx:nginx /usr/share/nginx/html
/
USER
nginx
CMD
["nginx", "-g", "daemon off;"]
\ No newline at end of file