Skip to content

Commit

Permalink
Dockerfile whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Apr 4, 2023
1 parent 0e3dcfc commit 6ee76d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN \
linux-headers \
zlib-dev \
git \
tzdata
tzdata

WORKDIR /app

Expand Down Expand Up @@ -80,7 +80,7 @@ RUN bundle config set --local without 'development test assets' && \


# Final stage for app image
FROM base
FROM base as app

RUN --mount=type=cache,id=dev-apk-cache,sharing=locked,target=/var/cache/apk \
--mount=type=cache,id=dev-apk-lib,sharing=locked,target=/var/lib/apk \
Expand Down

0 comments on commit 6ee76d4

Please sign in to comment.