Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hübner, Jan-Ole
lab-containerization
Commits
22c1180a
Commit
22c1180a
authored
Sep 18, 2020
by
Nane Kratzke
Browse files
Aktualisieren .gitlab-ci.yml
parent
1d790290
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
22c1180a
...
@@ -9,8 +9,8 @@ test:
...
@@ -9,8 +9,8 @@ test:
stage
:
test
stage
:
test
script
:
script
:
-
docker build -t web:test .
-
docker build -t web:test .
-
docker run -d -p 8
0
:80 web:test
-
docker run -d -p 8
888
:80 web:test
-
wget http://docker
-o
fetched.html
-
wget http://docker
:8888 --output-document
fetched.html
-
cmp fetched.html web/index.html
-
cmp fetched.html web/index.html
build
:
build
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment