mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Fix webapp Dockerfile
- As I build the webapp Docker image locally pushed it to Docker Hub and used it on DO Kubernetes wir.social a file in the constants folder where missing. So I find out that the whole folder was not copied.
This commit is contained in:
parent
cd61a32a4c
commit
f25f4109d2
@ -26,6 +26,7 @@ RUN NODE_ENV=production yarn run build
|
|||||||
FROM base as production
|
FROM base as production
|
||||||
RUN yarn install --production=true --frozen-lockfile --non-interactive --no-cache
|
RUN yarn install --production=true --frozen-lockfile --non-interactive --no-cache
|
||||||
COPY --from=build-and-test ./develop-webapp/.nuxt ./.nuxt
|
COPY --from=build-and-test ./develop-webapp/.nuxt ./.nuxt
|
||||||
|
COPY --from=build-and-test ./develop-webapp/constants ./constants
|
||||||
COPY --from=build-and-test ./develop-webapp/static ./static
|
COPY --from=build-and-test ./develop-webapp/static ./static
|
||||||
COPY nuxt.config.js .
|
COPY nuxt.config.js .
|
||||||
COPY locales locales
|
COPY locales locales
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user