Commit 7af860b8 authored by Ben Anderson's avatar Ben Anderson

Updated deployment file and dockerfile

parent b9139109
......@@ -2,6 +2,7 @@ FROM node:13.12.0-alpine as build
WORKDIR /app
ENV PATH /app/node_modules/.bin:$PATH
COPY package.json ./
COPY package-lock.json ./
RUN npm ci
RUN npm install react-scripts@3.4.1 -g
COPY . ./
......
......@@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: afp-inventory-ui-container
image: nexus.mynisum.com/afp-inventory-ui:4
image: nexus.mynisum.com/afp-inventory-ui:5
imagePullPolicy: Always
ports:
- containerPort: 8081
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment