File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9898 aws-sigv4 (1.12.1 )
9999 aws-eventstream (~> 1 , >= 1.0.2 )
100100 base64 (0.3.0 )
101- bcrypt (3.1.20 )
101+ bcrypt (3.1.22 )
102102 bcrypt_pbkdf (1.1.2 )
103103 benchmark (0.4.1 )
104104 bigdecimal (3.3.0 )
184184 rdoc (>= 4.0.0 )
185185 reline (>= 0.4.2 )
186186 jmespath (1.6.2 )
187- json (2.18.1 )
187+ json (2.19.2 )
188188 json-schema (5.2.2 )
189189 addressable (~> 2.8 )
190190 bigdecimal (~> 3.1 )
Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ services:
5555
5656 # Rails API
5757 api :
58- build : .
58+ build : ..
5959 container_name : prostaff-api
6060 env_file :
6161 - ../.env
6262 volumes :
63- - .:/app
63+ - .. :/app
6464 - bundle_cache:/usr/local/bundle
6565 ports :
6666 - " ${API_PORT:-3333}:3000"
@@ -89,11 +89,11 @@ services:
8989
9090 # Sidekiq for background jobs
9191 sidekiq :
92- build : .
92+ build : ..
9393 env_file :
9494 - ../.env
9595 volumes :
96- - .:/app
96+ - .. :/app
9797 - bundle_cache:/usr/local/bundle
9898 depends_on :
9999 redis :
You can’t perform that action at this time.
0 commit comments