Skip to content
Snippets Groups Projects
Verified Commit e7b924b9 authored by jfriedli's avatar jfriedli
Browse files

added missing yarn lock file!

parent 83178d29
No related branches found
No related tags found
2 merge requests!610v1.8,!608Resolve "Bug: Uppy instance recreated"
Pipeline #63874 failed
......@@ -2,6 +2,7 @@
FROM node:14 as develop-stage
WORKDIR /app
COPY package*.json ./
COPY yarn.lock ./
RUN yarn global add @quasar/cli
# build stage
FROM develop-stage as build-stage
......
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