Skip to content

Commit

Permalink
Fix dockerfile 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tharlestsa committed Sep 15, 2024
1 parent 11d1741 commit bd66dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV BRANCH="master"
LABEL maintainer="Tharles de Sousa Andrade <[email protected]> e Rocha Jairo <devjairomr.gmail.com.br>"

RUN if [ -d "/APP/tvi-indonesia" ]; then rm -Rf /APP/tvi-indonesia; fi && \
cd /APP && git clone -b ${BRANCH} ${URL_TO_APPLICATION_GITHUB} && rm /APP/tvi
cd /APP && git clone -b ${BRANCH} ${URL_TO_APPLICATION_GITHUB}

ADD ./src/server/node_modules /APP/tvi-indonesia/src/server/node_modules

Expand Down

0 comments on commit bd66dc9

Please sign in to comment.