Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt Docker development env to namespace changes #493

Merged
merged 1 commit into from
Nov 21, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile-development
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN cpan install version \
&& cpan install Carton

COPY cpanfile ${USER_HOME}
COPY apicast/apicast-0.1-0.rockspec ${USER_HOME}/apicast/
COPY gateway/apicast-0.1-0.rockspec ${USER_HOME}/apicast/
COPY rockspec ${USER_HOME}

WORKDIR ${USER_HOME}
Expand Down
2 changes: 1 addition & 1 deletion script/test
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function run_busted_tests {
function run_nginx_unit_tests {
cd "${PROJECT_PATH}" || exit

sudo TEST_NGINX_APICAST_PATH="${PROJECT_PATH}/apicast" \
sudo TEST_NGINX_APICAST_PATH="${PROJECT_PATH}/gateway" \
TEST_NGINX_BINARY=openresty \
TEST_NGINX_REDIS_HOST=redis \
prove
Expand Down