Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rf-opssupport authored Jun 24, 2024
1 parent 4d5e404 commit 081a9b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ RUN npm install
##
##
# CMD ["npm", "run", "dev", "--", "--host", "--port", "3000"]
ENV ORIGIN=https://rean-admin-portal-uat.services.reanfoundation.org
ARG ORIGIN
ENV ORIGIN=${ORIGIN}
RUN chmod +x /app/entrypoint.sh
ENTRYPOINT ["/bin/bash", "-c", "/app/entrypoint.sh"]

Expand Down

0 comments on commit 081a9b6

Please sign in to comment.