mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Add back static and plugins copy from build and test
This commit is contained in:
parent
0acca8c73f
commit
19a298d7f6
@ -26,6 +26,8 @@ ENV NODE_ENV=production
|
||||
RUN yarn install --frozen-lockfile --non-interactive
|
||||
COPY --from=build-and-test ./nitro-web/.nuxt ./.nuxt
|
||||
COPY --from=build-and-test ./nitro-web/styleguide/dist ./styleguide/dist
|
||||
COPY --from=build-and-test ./nitro-web/plugins ./plugins
|
||||
COPY --from=build-and-test ./nitro-web/static ./static
|
||||
|
||||
EXPOSE 3000
|
||||
CMD ["yarn", "run", "start"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user