mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Copy everything over in the base image
This commit is contained in:
parent
9f8a292c7e
commit
124f8be370
@ -11,12 +11,7 @@ WORKDIR $WORKDIR
|
|||||||
# See: https://github.com/nodejs/docker-node/pull/367#issuecomment-430807898
|
# See: https://github.com/nodejs/docker-node/pull/367#issuecomment-430807898
|
||||||
RUN apk --no-cache add git
|
RUN apk --no-cache add git
|
||||||
|
|
||||||
COPY locales ./locales
|
COPY . .
|
||||||
COPY styleguide ./styleguide
|
|
||||||
COPY server ./server
|
|
||||||
COPY components ./components
|
|
||||||
COPY store ./store
|
|
||||||
COPY package.json yarn.lock .eslintrc.js .eslintignore nuxt.config.js ./
|
|
||||||
CMD ["yarn", "run", "start"]
|
CMD ["yarn", "run", "start"]
|
||||||
|
|
||||||
FROM base as build-and-test
|
FROM base as build-and-test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user