Skip to content

Commit

Permalink
allow DEBUG on test
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrembecky committed Dec 28, 2024
1 parent f97ec1c commit 618fe9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM node:20
ARG BE_PROTOCOL
ARG BE_HOSTNAME
ARG BE_PORT
ARG DEBUG

WORKDIR /app

Expand Down
2 changes: 2 additions & 0 deletions deployment/compose-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
- BE_PROTOCOL=http
- BE_HOSTNAME=localhost
- BE_PORT=8920
- DEBUG=true

image: webstrom-test-frontend

Expand All @@ -17,6 +18,7 @@ services:
- BE_PROTOCOL=http
- BE_HOSTNAME=localhost
- BE_PORT=8920
- DEBUG=true

network_mode: host

Expand Down

0 comments on commit 618fe9b

Please sign in to comment.