This website requires JavaScript.
Explore
Help
Sign In
adb.study
/
webdesign-Becker_Ehricht_Fleck_Minkowitsch_Pfau
Watch
1
Star
0
Fork
0
You've already forked webdesign-Becker_Ehricht_Fleck_Minkowitsch_Pfau
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
webdesign-Becker_Ehricht_Fl...
/
Dockerfile
7 lines
97 B
Docker
Raw
Permalink
Normal View
History
Unescape
Escape
add deployment
2023-01-04 22:33:31 +00:00
FROM
nginx:alpine
COPY
./nginx.conf /etc/nginx/nginx.conf
refactor project structure
2023-01-05 01:19:09 +00:00
COPY
./src /var/www/html
add deployment
2023-01-04 22:33:31 +00:00
EXPOSE
8080
Reference in New Issue
Copy Permalink