From 12d5a55c3090515a0dc7821e4c60e8ede321e448 Mon Sep 17 00:00:00 2001 From: vrifox Date: Fri, 5 May 2023 18:42:06 +0200 Subject: [PATCH] add Gemfile.lock --- container/base/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/container/base/Dockerfile b/container/base/Dockerfile index 01271bb..531333a 100755 --- a/container/base/Dockerfile +++ b/container/base/Dockerfile @@ -25,6 +25,7 @@ RUN mkdir -p /app/ WORKDIR /app/ COPY Gemfile Gemfile +COPY Gemfile.lock Gemfile.lock COPY package.json package.json RUN npm install -g yarn sass