Commit 2008c07b authored by Björn Bartels's avatar Björn Bartels 👩🏻
Browse files

Update Dockerfile

parent 1807858a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ WORKDIR k8s-demo-app/
RUN pwd
RUN ls -la

RUN yarn && yarn run build
RUN npm update && npm run build

EXPOSE 8080