mirror of
https://github.com/janderedev/automod.git
synced 2024-12-22 10:45:27 +00:00
i forgor
This commit is contained in:
parent
92b9f9f83d
commit
81b791af86
|
@ -5,7 +5,7 @@ RUN yarn install --frozen-lockfile
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
FROM node:14 as prod
|
FROM node:16 as prod
|
||||||
WORKDIR /app/
|
WORKDIR /app/
|
||||||
COPY --from=build /build/package.json /build/yarn.lock ./
|
COPY --from=build /build/package.json /build/yarn.lock ./
|
||||||
COPY --from=build /build/dist ./dist
|
COPY --from=build /build/dist ./dist
|
||||||
|
|
Loading…
Reference in a new issue