Skip to content

Commit 6cb0749

Browse files
authored
Merge pull request buildkite#1755 from buildkite/lh-onb-29-remove-test-vars
Set ENV VAR for Render PR Apps to `false`
2 parents 9b10821 + c218d1e commit 6cb0749

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ EXPOSE 3000
5454
# Let puma serve the static files
5555
ENV RAILS_SERVE_STATIC_FILES=true
5656

57-
# test ENV VARs for Render and Production
57+
# Set Render PR App switch
5858
ENV RENDER_PR_APP=false
5959

6060
CMD ["bundle", "exec", "puma", "-C", "./config/puma.rb"]

Dockerfile.render

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ COPY --from=builder --chown=1000:1000 /app /app/
1818
USER 1000:1000
1919
WORKDIR /app
2020

21-
# test ENV VARs for Render and Production
22-
ENV RENDER_PR_APP=true
23-
2421
# Source all /app/.profile.d/*.sh files before process start.
2522
# These are created by buildpacks.
2623
# https://devcenter.heroku.com/articles/buildpack-api#profile-d-scripts

0 commit comments

Comments
 (0)