This website works better with JavaScript.
Explore
Help
Sign In
adb.study
/
webdesign-Becker_Ehricht_Fleck_Minkowitsch_Pfau
Watch
1
Star
0
Fork
You've already forked webdesign-Becker_Ehricht_Fleck_Minkowitsch_Pfau
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
webdesign-Becker_Ehricht_Fl...
/
Dockerfile
7 lines
97 B
Docker
Raw
Permalink
Normal View
History
Unescape
Escape
add deployment
2 years ago
FROM
nginx:alpine
COPY
./nginx.conf /etc/nginx/nginx.conf
refactor project structure
2 years ago
COPY
./src /var/www/html
add deployment
2 years ago
EXPOSE
8080