Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Observatorio UI
Calculadora-Guardias
Commits
3567b124
Commit
3567b124
authored
Dec 07, 2021
by
m0rc0m
Browse files
change webserver image
parent
43e8ae7d
Pipeline
#232
passed with stages
in 4 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
docker/Dockerfile
docker/Dockerfile
+5
-5
No files found.
docker/Dockerfile
View file @
3567b124
FROM
nginx
COPY
calc/images /usr/
share/nginx/html
/images/
COPY
calc/index.html /usr/
share/nginx/html
COPY
calc/styles /usr/
share/nginx/html
/styles/
COPY
calc/scripts /usr/
share/nginx/html
/scripts/
FROM
httpd:2.4
COPY
calc/images /usr/
local/apache2/htdocs
/images/
COPY
calc/index.html /usr/
local/apache2/htdocs
COPY
calc/styles /usr/
local/apache2/htdocs
/styles/
COPY
calc/scripts /usr/
local/apache2/htdocs
/scripts/
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