Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DojoWeb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dojo Project (HES-SO)
Projects
UI
DojoWeb
Compare revisions
a58c106b74cb9ee23d2b36e58d8e6e151401ac11 to e286be2e68fddf29f2cfa53bb6351b0806c1a5c4
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
dojo_project/projects/ui/dojoweb
Select target project
No results found
e286be2e68fddf29f2cfa53bb6351b0806c1a5c4
Select Git revision
Branches
add_idea_configuration
interface_student
login_branch
main
4 results
Swap
Target
dojo_project/projects/ui/dojoweb
Select target project
Dojo_Project_Nguyen/ui/dojoweb
dojo_project/projects/ui/dojoweb
2 results
a58c106b74cb9ee23d2b36e58d8e6e151401ac11
Select Git revision
Branches
add_idea_configuration
interface_student
login_branch
main
4 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Dockerfile => Add a default html message
· e286be2e
michael.minelli
authored
1 year ago
e286be2e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile_AngularApp
+2
-2
2 additions, 2 deletions
Dockerfile_AngularApp
with
2 additions
and
2 deletions
Dockerfile_AngularApp
View file @
e286be2e
FROM nginx:
alpine
FROM nginx:
latest
LABEL maintainer="Michaël Minelli <michael-jean.minelli@hesge.ch>"
LABEL maintainer="Michaël Minelli <michael-jean.minelli@hesge.ch>"
LABEL Description="Angular App for Dojo"
LABEL Description="Angular App for Dojo"
ENTRYPOINT ["tail", "-f", "/dev/null"]
RUN echo "Frontend is not yet available." > /usr/share/nginx/html/index.html
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.