Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pa165-airport-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Petr Kabourek
pa165-airport-manager
Merge requests
!12
An error occurred while fetching the assigned milestone of the selected merge_request.
Controller tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Controller tests
controller-tests
into
main
Overview
0
Commits
9
Pipelines
1
Changes
14
Merged
Karolína Krommelová
requested to merge
controller-tests
into
main
11 months ago
Overview
0
Commits
9
Pipelines
1
Changes
15
Expand
0
0
Merge request reports
Compare
version 1
version 1
86cf7a88
11 months ago
main (base)
and
latest version
latest version
adfa5454
9 commits,
11 months ago
version 1
86cf7a88
8 commits,
11 months ago
Show latest version
15 files
+
328
−
75
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
airports-flight-service/Dockerfile
0 → 100644
+
3
−
0
Options
FROM
openjdk:17-jdk-slim
COPY
target/*.jar /opt/flight-service.jar
ENTRYPOINT
["java", "-jar", "/opt/flight-service.jar"]
Loading