Skip to content

Commit

Permalink
chore: fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
saerdnaer authored Jan 17, 2025
1 parent b48cdf3 commit 479d5ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ RUN set -eux; \
WORKDIR /voctoweb

# Install required gems
ENV BUNDLE_FORCE_RUBY_PLATFORM 1
ENV BUNDLE_WITHOUT "development:test:doc"
ENV MAKEFLAGS "-j$(nproc)"
ENV BUNDLE_FORCE_RUBY_PLATFORM=1
ENV BUNDLE_WITHOUT="development:test:doc"
ENV MAKEFLAGS="-j$(nproc)"
COPY Gemfile Gemfile.lock /voctoweb/
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
RUN set -eux; \
Expand Down

0 comments on commit 479d5ac

Please sign in to comment.