Skip to content
Snippets Groups Projects
Commit 3d92ddeb authored by M9713's avatar M9713
Browse files

Update Dockerfile

parent e52d26f7
No related branches found
No related tags found
No related merge requests found
Pipeline #557282 skipped
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment