File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,9 +13,7 @@ RUN apt-get update && apt-get install --yes \
1313COPY .npmrc ./
1414RUN npm install --global pnpm@10
1515COPY patches/ patches/
16- COPY package.json \
17- pnpm-lock.yaml \
18- ./
16+ COPY package.json pnpm-lock.yaml ./
1917
2018#
2119# Stage: intlc environment
@@ -72,10 +70,7 @@ FROM npm AS build-prod
7270ENV NODE_ENV=production
7371
7472COPY --from=npm-dev /app/node_modules/ node_modules/
75- COPY tsconfig.build.json \
76- tsconfig.json \
77- webpack.config.mjs \
78- ./
73+ COPY tsconfig.build.json tsconfig.json webpack.config.mjs ./
7974COPY src/ src/
8075COPY assets/ assets/
8176COPY --from=build-intlc /app/assets/locales/ assets/locales/
@@ -132,4 +127,4 @@ HEALTHCHECK --interval=5s --timeout=1s \
132127EXPOSE 3000
133128USER node
134129
135- CMD [ "./hivemind" , "--no-prefix" ]
130+ CMD ["./hivemind" , "--no-prefix" ]
You can’t perform that action at this time.
0 commit comments