Frozen lockfile
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
jonastheis 2020-04-19 15:38:20 +02:00
parent c66f7db102
commit a381cf87ef
No known key found for this signature in database
GPG Key ID: 6022EA784A66761D

View File

@ -5,7 +5,7 @@ WORKDIR /build
COPY . ./
RUN yarn install
RUN yarn install --frozen-lockfile
RUN yarn run build