Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
backend_api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package registry
Container registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
videoag
backend_api
Commits
589d2160
Commit
589d2160
authored
May 16, 2024
by
Simon Künzel
Browse files
Options
Downloads
Patches
Plain Diff
Build docker on start
parent
0f532959
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
run_tests.sh
+1
-1
1 addition, 1 deletion
run_tests.sh
with
2 additions
and
2 deletions
README.md
+
1
−
1
View file @
589d2160
...
...
@@ -4,7 +4,7 @@ Dies ist die API der VideoAG Website. Sie ist in Python basierend auf Flask und
## Entwicklung
Zum lokalen Testen wird am besten Docker verwendet. Wenn Docker installiert ist, einfach
`docker compose up`
ausführen und
Zum lokalen Testen wird am besten Docker verwendet. Wenn Docker installiert ist, einfach
`docker compose up
--build
`
ausführen und
die API sollte laufen. (Wenn die nötigen Dependencies installiert sind, sollte man auch direkt, ohne Docker,
`docker_start.sh`
ausführen können)
...
...
This diff is collapsed.
Click to expand it.
run_tests.sh
+
1
−
1
View file @
589d2160
#!/bin/bash
docker compose run videoag_api
-test
\ No newline at end of file
docker compose run
--build
videoag_api
-test
\ No newline at end of file
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