File tree Expand file tree Collapse file tree 2 files changed +4
-23
lines changed Expand file tree Collapse file tree 2 files changed +4
-23
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ services:
12
12
POSTGRES_PASSWORD : thispasswordisverysecure
13
13
POSTGRES_DB : paws
14
14
15
-
16
-
17
-
18
15
server :
19
16
container_name : paws-compose-server
20
17
build : ./server
@@ -27,7 +24,6 @@ services:
27
24
environment :
28
25
FLASK_ENV : development
29
26
30
-
31
27
client :
32
28
build : ./client
33
29
container_name : paws-compose-client
@@ -40,21 +36,6 @@ services:
40
36
stdin_open : true
41
37
42
38
43
-
44
-
45
-
46
-
47
-
48
-
49
-
50
-
51
-
52
-
53
-
54
-
55
-
56
-
57
-
58
39
# using named volumes fixs a windows docker bug relating to container permissions
59
40
# https://stackoverflow.com/questions/49148754/docker-container-shuts-down-giving-data-directory-has-wrong-ownership-error-wh
60
41
volumes :
Original file line number Diff line number Diff line change 1
1
echo " Sleeping for 10s..."
2
- sleep 10;
3
- echo " Running Alembic" ;
4
- alembic upgrade head;
2
+ sleep 10
3
+ echo " Running Alembic"
4
+ alembic upgrade head
5
5
echo " Starting Flask"
6
- python -m flask run --host=0.0.0.0
6
+ python -m flask run --host=0.0.0.0
You can’t perform that action at this time.
0 commit comments