From c67cee3f0876f1c85349e9530d344812b17e4ac4 Mon Sep 17 00:00:00 2001 From: Alex van Andel Date: Thu, 12 Aug 2021 20:59:11 +0000 Subject: [PATCH] Fixed typo in --frozen-lockfile flag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f8a4e79..f25d22f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apk add --no-cache libc6-compat WORKDIR /app COPY calendso/package.json calendso/yarn.lock . COPY calendso/prisma prisma -RUN yarn install ---frozen-lockfile +RUN yarn install --frozen-lockfile FROM node:14-alpine as builder WORKDIR /app