Add advanced shop-mode calculator with PDF export and save/load
All checks were successful
Build and Deploy / build (push) Successful in 29s
All checks were successful
Build and Deploy / build (push) Successful in 29s
This commit is contained in:
@@ -1,14 +1,15 @@
|
|||||||
# SempliceSemplice build concon nginx alpinealpine
|
# SempliceSempliceSemplice build conconcon nginx alpinealpinealpine
|
||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
|
|
||||||
# CopiaCopia ii filefile HTMLHTML
|
# CopiaRimuovi i file diCopia ii di fileCopiaifile HTMLHTML
|
||||||
COPY index.html /usr/share/nginx/html/
|
COPY index.html /usr/share/nginx/html/
|
||||||
COPY project-mode.html /usr/share/nginx/html/
|
COPY project-mode.html /usr/share/nginx/html/
|
||||||
COPY shop-mode.html /usr/share/nginx/html/
|
COPY shop-mode.html /usr/share/nginx/html/
|
||||||
|
|
||||||
|
# Espone porta 80
|
||||||
# Espone porta 80
|
# Espone porta 80
|
||||||
# Espone porta 80
|
# Espone porta 80
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
# Avvia nginx
|
# AvviaAvvia nginx
|
||||||
CMD ["nginx", "-g", "daemon off;"]
|
CMD ["nginx", "-g", "daemon off;"]
|
||||||
|
|||||||
1531
shop-mode.html
1531
shop-mode.html
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user