Explorar o código

Don't force RAILS_ENV in dockerfile

Andrew Swistak %!s(int64=6) %!d(string=hai) anos
pai
achega
b5a0a01fda
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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/