File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ RUN cp src/dotenvcreate.mjs dist/dotenvcreate.mjs
3434RUN cp src/.example.env dist/.env
3535RUN cp src/.env.development dist/.env.development
3636RUN cp src/.env.production dist/.env.production
37+ RUN rm -f dist/.env.test dist/.env.ci
3738
3839WORKDIR /usr/src/app
3940
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ RUN cp src/dotenvcreate.mjs dist/dotenvcreate.mjs
3737RUN cp src/.example.env dist/.env
3838RUN cp src/.env.development dist/.env.development
3939RUN cp src/.env.production dist/.env.production
40+ RUN rm -f dist/.env.test dist/.env.ci
4041
4142WORKDIR /usr/src/app
4243
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ RUN cp src/dotenvcreate.mjs dist/dotenvcreate.mjs
3535RUN cp src/.example.env dist/.env
3636RUN cp src/.env.development dist/.env.development
3737RUN cp src/.env.production dist/.env.production
38+ RUN rm -f dist/.env.test dist/.env.ci
3839
3940WORKDIR /usr/src/app
4041
You can’t perform that action at this time.
0 commit comments