mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-06-08 08:34:20 +02:00
💚 trying to fix CI build in gcp
This commit is contained in:
parent
dee76a1b68
commit
357791da3e
@ -29,4 +29,3 @@ app/**/.vite
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
|
@ -20,7 +20,7 @@ USER $user
|
||||
WORKDIR $project_dir
|
||||
|
||||
## Copy file for YARN then install all deps
|
||||
COPY --chown=$user .yarnrc.yml yarn.lock* package.json ./
|
||||
COPY --chown=$user .yarnrc.yml yarn.lock package.json ./
|
||||
RUN yarn install --frozen-lockfile
|
||||
|
||||
COPY --chown=$user . .
|
||||
|
@ -8,7 +8,7 @@ services:
|
||||
args:
|
||||
- NODE_ENV=development
|
||||
volumes:
|
||||
- .:/opt/node_app/app:delegated
|
||||
- ./:/opt/node_app/app:delegated
|
||||
- ./package.json:/opt/node_app/app/package.json
|
||||
- ./yarn.lock:/opt/node_app/app/yarn.lock:cached
|
||||
ports:
|
||||
|
Loading…
x
Reference in New Issue
Block a user