Skip to content

Commit

Permalink
CRLF -> LF in entrypoints.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Jan 26, 2024
1 parent 15945dc commit 8cd73d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ COPY ./docker/wis2box-api.cron /etc/cron.d/wis2box-api.cron
RUN chmod 0644 /etc/cron.d/wis2box-api.cron && crontab /etc/cron.d/wis2box-api.cron

ENTRYPOINT [ "/app/docker/es-entrypoint.sh" ]
#ENTRYPOINT [ "/bin/bash" ]
2 changes: 0 additions & 2 deletions docker_compose_test/test.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
WIS2BOX_HOST_DATADIR=${PWD}/tests/data

WIS2BOX_URL=http://localhost
WIS2BOX_API_URL=http://localhost:4343/oapi

Expand Down

0 comments on commit 8cd73d8

Please sign in to comment.