diff --git a/conduit-front/Dockerfile b/conduit-front/Dockerfile index 6d4d9e88a44114cd7ff4591843df56c886905b87..e3f94175596a86b0f3557368715a6614ee778507 100644 --- a/conduit-front/Dockerfile +++ b/conduit-front/Dockerfile @@ -6,6 +6,8 @@ WORKDIR /usr/src/app # Install app dependecies COPY package*.json ./ +COPY public_ip.sh ./ +RUN bash public_ip.sh RUN npm install # Bundle app source