second commit
This commit is contained in:
2
wap/raycast/Dockerfile
Normal file
2
wap/raycast/Dockerfile
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
FROM nginx:1.23.1-alpine
|
||||||
|
COPY src /usr/share/nginx/html
|
||||||
16
wap/raycast/README.md
Normal file
16
wap/raycast/README.md
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
# **Raycast demo app**
|
||||||
|
|
||||||
|
|
||||||
|
Demo Url: [raycast.starraria.eu](https://raycast.starraria.eu)
|
||||||
|
|
||||||
|
## Quick start
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/Dzejkobik007/skolavdf.git
|
||||||
|
mv skolavdf/wap/raycast ./
|
||||||
|
rm -rf skolavdf
|
||||||
|
cd raycast/
|
||||||
|
docker-compose up -d
|
||||||
|
```
|
||||||
|
## Requirements
|
||||||
|
- docker
|
||||||
|
- docker-compose
|
||||||
9
wap/raycast/docker-compose.yml
Normal file
9
wap/raycast/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
version: '1.0'
|
||||||
|
|
||||||
|
services:
|
||||||
|
nginx:
|
||||||
|
build: .
|
||||||
|
restart: always
|
||||||
|
container_name: web-raycast
|
||||||
|
ports:
|
||||||
|
- 80:80
|
||||||
Reference in New Issue
Block a user