Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CloWM Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computational Metagenomics
CloWM
CloWM Backend
Commits
ada25b3c
Verified
Commit
ada25b3c
authored
9 months ago
by
Daniel Göbel
Browse files
Options
Downloads
Patches
Plain Diff
Add missing alembic config file in docker containers
#6
parent
5b1664d0
No related branches found
Branches containing commit
No related tags found
1 merge request
!6
Resolve "Add missing alembic config file in docker container"
Pipeline
#53124
passed
9 months ago
Stage: lint
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-0
1 addition, 0 deletions
Dockerfile
Dockerfile-Gunicorn
+1
-0
1 addition, 0 deletions
Dockerfile-Gunicorn
with
2 additions
and
0 deletions
Dockerfile
+
1
−
0
View file @
ada25b3c
...
@@ -22,6 +22,7 @@ COPY ../start_service_uvicorn.sh ./entrypoint.sh
...
@@ -22,6 +22,7 @@ COPY ../start_service_uvicorn.sh ./entrypoint.sh
COPY
scripts/prestart.sh ./prestart.sh
COPY
scripts/prestart.sh ./prestart.sh
CMD
["./entrypoint.sh"]
CMD
["./entrypoint.sh"]
COPY
--chown=worker:worker alembic.ini alembic.ini
COPY
--chown=worker:worker requirements.txt ./requirements.txt
COPY
--chown=worker:worker requirements.txt ./requirements.txt
RUN
pip
install
--user
--disable-pip-version-check
--no-cache-dir
--upgrade
-r
requirements.txt
RUN
pip
install
--user
--disable-pip-version-check
--no-cache-dir
--upgrade
-r
requirements.txt
...
...
This diff is collapsed.
Click to expand it.
Dockerfile-Gunicorn
+
1
−
0
View file @
ada25b3c
...
@@ -12,6 +12,7 @@ HEALTHCHECK --interval=5s --timeout=2s CMD httpx http://localhost:$PORT/health |
...
@@ -12,6 +12,7 @@ HEALTHCHECK --interval=5s --timeout=2s CMD httpx http://localhost:$PORT/health |
CMD ["./entrypoint.sh"]
CMD ["./entrypoint.sh"]
COPY scripts/prestart.sh ./prestart.sh
COPY scripts/prestart.sh ./prestart.sh
COPY alembic.ini ./alembic.ini
COPY requirements.txt ./requirements.txt
COPY requirements.txt ./requirements.txt
RUN pip install --no-cache-dir --disable-pip-version-check --upgrade -r requirements.txt
RUN pip install --no-cache-dir --disable-pip-version-check --upgrade -r requirements.txt
...
...
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