mirror of
https://github.com/Llloooggg/Dyxless.git
synced 2026-03-06 02:36:24 +03:00
9 lines
85 B
Bash
Executable File
9 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set echo off
|
|
|
|
export PORT=5000
|
|
|
|
docker-compose build
|
|
docker-compose up
|