Skip to content

Commit

Permalink
Fixing e2e test error
Browse files Browse the repository at this point in the history
  • Loading branch information
svginc committed Sep 20, 2023
1 parent 26ba5a4 commit 49da901
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ADD /common/endpoints.R /home/plumber/common/endpoints.R
ADD /common/http_codes.csv /home/plumber/download/http_codes.csv

# Environment variables are passed to R via .Renviron file the container
# RUN env | grep LANTERN > /.Renviron && chown /home/shiny/.Renviron
RUN env | grep LANTERN > /home/plumber/.Renviron

# to launch your docker container
CMD ["/home/plumber/plumber.R"]
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ services:
ports:
- "8989:8989"
command: /home/plumber/plumber.R
env_file:
- .env
volumes:
pgdata:
rabbitmqdata:
Expand Down

0 comments on commit 49da901

Please sign in to comment.