Skip to content

Commit 915ba15

Browse files
committed
New: Docker configuration done.
1 parent 986ca08 commit 915ba15

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docker-compose.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: '3'
2+
3+
services:
4+
react-app:
5+
build:
6+
context: .
7+
dockerfile: Dockerfile
8+
args:
9+
VITE_API_URL: ${VITE_API_URL}
10+
container_name: rackinup-frontend
11+
ports:
12+
- "80:80"
13+
restart: always
14+
env_file:
15+
- .env
16+

0 commit comments

Comments
 (0)