Already created by WORKDIR

This commit is contained in:
David Heinemeier Hansson
2023-03-04 08:15:32 +01:00
committed by GitHub
parent 81cbd760d5
commit 8faef72d33

View File

@@ -14,7 +14,6 @@ COPY lib/mrsk/version.rb /mrsk/lib/mrsk/version.rb
RUN apk add --no-cache --update build-base git docker openrc \
&& rc-update add docker boot \
&& gem install bundler --version=2.4.3 \
&& mkdir -p /mrsk \
&& bundle install
# Copy the rest of our application code into the container.