add Gemfile.lock

This commit is contained in:
Vri 🌈 2023-05-05 18:42:06 +02:00
parent bef450a80c
commit 12d5a55c30
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -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