Skip to content

Commit 417fb0f

Browse files
committed
is the .env needed?
1 parent 5fbd76a commit 417fb0f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Docker/Dockerfile.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,10 @@ RUN useradd -ms /bin/bash ${USERNAME}
3535

3636
WORKDIR ${HOME}/time-tracker-ui
3737
COPY . .
38-
RUN rm -f .env
3938
RUN chown ${USERNAME}:${USERNAME} -R ${HOME}/time-tracker-ui
4039
RUN chmod -R 777 ${HOME}/time-tracker-ui
4140

4241
USER ${USERNAME}
43-
COPY .env .
4442
EXPOSE 4200
4543
EXPOSE 9876
4644
RUN npm cache clean --force && npm install

0 commit comments

Comments
 (0)