Browse Source

Don't force RAILS_ENV in dockerfile

Andrew Swistak 6 năm trước cách đây
mục cha
commit
b5a0a01fda
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      Dockerfile

+ 0 - 2
Dockerfile

@@ -38,8 +38,6 @@ RUN rails assets:precompile && \
 ################################################################################
 FROM base AS dev
 
-ENV RAILS_ENV=development
-
 COPY --from=builder /usr/local/bundle/ /usr/local/bundle/
 COPY --from=builder /app/ /app/
 COPY --from=builder /var/cache/app/ /app/