mirror of
https://github.com/dancojocaru2000/foxbank.git
synced 2025-02-22 23:39:36 +02:00
3 lines
78 B
Bash
3 lines
78 B
Bash
|
#! /usr/bin/env sh
|
||
|
docker-compose stop
|
||
|
PORT=14000 docker-compose up -d --build
|