aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorRoman Gräf <romangraef@loves.dicksinhisan.us>2020-11-29 03:17:35 +0100
committerRoman Gräf <romangraef@loves.dicksinhisan.us>2020-11-29 03:17:35 +0100
commit11f7f12018eb759f2ebd1b3ffe499c3d3e0ce0b3 (patch)
tree5fd18e4c9985ee75cb18b24579081c18e474740b /Dockerfile
parent955682553b7461f54b8d78aa698781ddfc9438e5 (diff)
downloadherrschwarzify-11f7f12018eb759f2ebd1b3ffe499c3d3e0ce0b3.tar.gz
herrschwarzify-11f7f12018eb759f2ebd1b3ffe499c3d3e0ce0b3.tar.bz2
herrschwarzify-11f7f12018eb759f2ebd1b3ffe499c3d3e0ce0b3.zip
docker
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index be20fbc..539cc17 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,9 +2,8 @@ FROM ruby:2.5
RUN gem update --system --quiet && gem install bundler -v '~> 2.1'
ENV BUNDLER_VERSION 2.2
-RUN bundle config --global frozen 1
WORKDIR /usr/src/app
-COPY Gemfile Gemfile.lock ./
+COPY Gemfile ./
RUN bundle install
COPY . .
EXPOSE 4567