Skip to content

Commit afe5fc9

Browse files
committed
fix: solve dependency issue
1 parent a1b36af commit afe5fc9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ GEM
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)
@@ -184,7 +184,7 @@ GEM
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)

docker/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)