Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
steering
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
AURA
steering
Commits
c8dd9233
Commit
c8dd9233
authored
2 years ago
by
Ernesto Rico Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
Join commands and try again
parent
d2beb518
No related branches found
No related tags found
No related merge requests found
Pipeline
#2480
passed
2 years ago
Stage: build
Stage: deploy
Stage: release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
1 addition
and
1 deletion
Dockerfile
+
1
−
1
View file @
c8dd9233
...
...
@@ -23,4 +23,4 @@ CMD ["poetry", "run", "python", "manage.py", "runserver", "0.0.0.0:8000"]
FROM
base
AS
prod
COPY
. .
CMD
["poetry", "run", "gunicorn
", "-b", "
0.0.0.0:8000
", "-w", "
$(nproc)
", "
steering.wsgi"]
CMD
["poetry", "run", "gunicorn
-b
0.0.0.0:8000
-w
$(nproc)
steering.wsgi"]
This diff is collapsed.
Click to expand it.
Ernesto Rico Schmidt
@eigenwijsje
mentioned in commit
54455e59
·
2 years ago
mentioned in commit
54455e59
mentioned in commit 54455e59d8fa569dbc476b1c79e7fb38f776b204
Toggle commit list
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