mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Copy over styleguide/dist
This commit is contained in:
parent
39f581aefb
commit
1a234e70f8
@ -25,6 +25,7 @@ FROM base as production
|
|||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
RUN yarn install --frozen-lockfile --non-interactive
|
RUN yarn install --frozen-lockfile --non-interactive
|
||||||
COPY --from=build-and-test ./nitro-web/.nuxt ./.nuxt
|
COPY --from=build-and-test ./nitro-web/.nuxt ./.nuxt
|
||||||
|
COPY --from=build-and-test ./styleguide/dist ./styleguide/dist
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
CMD ["yarn", "run", "start"]
|
CMD ["yarn", "run", "start"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user