Update Dockerfile

This commit is contained in:
NullCat 2022-02-07 09:43:00 +09:00 committed by GitHub
parent 53f548bb08
commit 43a59c9b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ ENV NODE_ENV=production
WORKDIR /misskey
ENV BUILD_DEPS=autoconf automake file g++ gcc libc-dev libtool make nasm pkgconfig python3 zlib-dev git
ENV BUILD_DEPS autoconf automake file g++ gcc libc-dev libtool make nasm pkgconfig python3 zlib-dev git
FROM base AS builder
@ -32,4 +32,3 @@ COPY --from=builder /misskey/packages/client/node_modules ./packages/client/node
COPY . ./
CMD ["npm", "run", "migrateandstart"]