[Snyk] Fix for 1 vulnerable dependencies #50

Merged
argoyle merged 3 commits from snyk-fix-29c2264d98d597fd8825d21e887cf53f into master 2019-07-04 10:52:40 +00:00
Showing only changes of commit 109938e21f - Show all commits
+3 -4
View File
@@ -1,11 +1,10 @@
FROM cypress/base:10 as builder
# If only we could use globs in COPY or ADD. But alas, we can not.
COPY ./package.json /build/package.json
COPY ./yarn.lock /build/yarn.lock
WORKDIR /build
COPY ./package.json ./yarn.lock ./.snyk ./
RUN yarn install --frozen-lockfile
COPY ./ ./
WORKDIR /build/autopublish-app
RUN yarn run lint && yarn run build