diff --git a/wap/citron/Dockerfile b/wap/citron/Dockerfile new file mode 100644 index 0000000..773bf09 --- /dev/null +++ b/wap/citron/Dockerfile @@ -0,0 +1,2 @@ +FROM nginx:1.23.1-alpine +COPY src /usr/share/nginx/html \ No newline at end of file diff --git a/wap/citron/README.md b/wap/citron/README.md new file mode 100644 index 0000000..ff97258 --- /dev/null +++ b/wap/citron/README.md @@ -0,0 +1,12 @@ +# **Citron Page** + +## Popis + +Leták s informacemi o citronech + +Demo Url: [citron.starraria.eu](citron.starraria.eu) +Lze spustit příkazem `docker-compose up` + +## Requirements +- Docker + diff --git a/wap/citron/docker-compose.yml b/wap/citron/docker-compose.yml new file mode 100644 index 0000000..4ffb354 --- /dev/null +++ b/wap/citron/docker-compose.yml @@ -0,0 +1,9 @@ +version: '1.0' + +services: + nginx: + build: . + restart: always + container_name: web-citron + ports: + - 80:80 \ No newline at end of file diff --git a/wap/citron/cave-citron.mp3 b/wap/citron/src/cave-citron.mp3 similarity index 100% rename from wap/citron/cave-citron.mp3 rename to wap/citron/src/cave-citron.mp3 diff --git a/wap/citron/cave_johnson.png b/wap/citron/src/cave_johnson.png similarity index 100% rename from wap/citron/cave_johnson.png rename to wap/citron/src/cave_johnson.png diff --git a/wap/citron/citron.jpg b/wap/citron/src/citron.jpg similarity index 100% rename from wap/citron/citron.jpg rename to wap/citron/src/citron.jpg diff --git a/wap/citron/index.html b/wap/citron/src/index.html similarity index 100% rename from wap/citron/index.html rename to wap/citron/src/index.html diff --git a/wap/citron/style.css b/wap/citron/src/style.css similarity index 100% rename from wap/citron/style.css rename to wap/citron/src/style.css