fix: remove unnecessary \ from Dockerfile
ci/woodpecker/tag/docker Pipeline failed Details

This commit is contained in:
Dawid Wysokiński 2023-08-19 08:53:18 +02:00
parent 5e634300de
commit d6d74aac6e
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ RUN apk --no-cache add shadow \
zlib \
zlib-dev \
file \
pkgconf \
pkgconf
WORKDIR /usr/src/app
COPY package.json yarn.lock ./