Skip to content

Commit

Permalink
+ Dockerfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesCodesUFG committed Jan 29, 2025
1 parent 84cca2e commit 2585a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/homol-new/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ RUN if [ -d "/APP/atlas-pastagens" ]; then rm -Rf /APP/atlas-pastagens; fi && \
cd /APP && git clone -b ${BRANCH} ${URL_TO_APPLICATION_GITHUB}

ADD ./server/node_modules /APP/atlas-pastagens/server/node_modules
ADD ./client/dist/client /APP/atlas-pastagens/client/dist/client
COPY ./version.jso* /APP/atlas-pastagens/client/dist/client/assets/
ADD ./client/dist/atlas-pastagens /APP/atlas-pastagens/client/dist/atlas-pastagens
COPY ./version.jso* /APP/atlas-pastagens/client/dist/atlas-pastagens/assets/

CMD [ "/bin/bash", "-c", "/APP/server/prod-start.sh; tail -f /dev/null"]

Expand Down

0 comments on commit 2585a8d

Please sign in to comment.