This website requires JavaScript.
Explore
Help
Sign in
pianello
/
pianello-web-app
Watch
2
Star
0
Fork
You've already forked pianello-web-app
0
Code
Issues
3
Pull requests
Projects
1
Releases
Packages
1
Wiki
Activity
16fd12287e
pianello-web-app
/
Dockerfile
8 lines
96 B
Text
Raw
Normal View
History
Unescape
Escape
Add cicd with custom nginx image
2023-05-29 07:22:31 +02:00
FROM nginx
EXPOSE 80
RUN rm -rf /usr/share/nginx/html/*
Add PWA support
2023-05-31 16:01:47 +02:00
COPY ./build/ /usr/share/nginx/html/
Reference in a new issue
Copy permalink