Skip to content

Commit

Permalink
fix: zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
snamiki1212 committed Dec 30, 2023
1 parent b5ddaa6 commit 7e614bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile_tester
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ COPY . .
# Upgrade the system and install dependencies for PostgreSQL
RUN apt-get update; \
apt-get install -y \
curl npm;
curl \
zsh \
npm;

# Install newman
RUN npm install -g newman
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
dockerfile: "Dockerfile_tester"
environment:
- APIURL=http://app:8080/api
command: sh ./e2e/run-api-tests.sh
command: /bin/zsh ./e2e/run-api-tests.sh
volumes:
- .:/app
depends_on:
Expand Down

0 comments on commit 7e614bd

Please sign in to comment.