mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-22 15:53:08 +02:00
style: fix weird space
This commit is contained in:
parent
b2de472329
commit
f5eec3b469
@ -5,7 +5,7 @@ WORKDIR /build
|
|||||||
COPY package.json pnpm-lock.yaml ./
|
COPY package.json pnpm-lock.yaml ./
|
||||||
COPY --link scripts scripts
|
COPY --link scripts scripts
|
||||||
# install python etc so node-gyp works for the optional dependencies
|
# install python etc so node-gyp works for the optional dependencies
|
||||||
RUN apk add --no-cache make gcc g++ python3
|
RUN apk add --no-cache make gcc g++ python3
|
||||||
# install pnpm to make dependency installation faster (because it has a lockfile)
|
# install pnpm to make dependency installation faster (because it has a lockfile)
|
||||||
RUN npm install -g pnpm
|
RUN npm install -g pnpm
|
||||||
# install dependencies, CI=true to skip pre/postinstall scripts
|
# install dependencies, CI=true to skip pre/postinstall scripts
|
||||||
|
Loading…
Reference in New Issue
Block a user