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 21, 2024
1 parent cca03bd commit 4d5e404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN npm install
##
##
# CMD ["npm", "run", "dev", "--", "--host", "--port", "3000"]
ENV ORIGIN=https://rean-admin-portal-dev.services.reanfoundation.org
ENV ORIGIN=https://rean-admin-portal-uat.services.reanfoundation.org
RUN chmod +x /app/entrypoint.sh
ENTRYPOINT ["/bin/bash", "-c", "/app/entrypoint.sh"]

Expand Down

0 comments on commit 4d5e404

Please sign in to comment.