Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Oct 18, 2023
1 parent 6a3e149 commit f5f114b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ WORKDIR /app
USER 1000

COPY website/yarn.lock website/.yarnrc.yml ./
COPY --chown=1000:100 website/.yarn .yarn
COPY --chown=1000:1000 website/.yarn .yarn
RUN yarn fetch --immutable

COPY --chown=1000:100 api/. .
COPY --chown=1000:1000 api/. .

ENV NODE_ENV=production

Expand Down
2 changes: 1 addition & 1 deletion dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /app
USER 1000

COPY website/yarn.lock website/.yarnrc.yml ./
COPY --chown=1000:100 website/.yarn .yarn
COPY --chown=1000:1000 website/.yarn .yarn
RUN yarn fetch --immutable

COPY --chown=1000:1000 dashboard/. .
Expand Down

0 comments on commit f5f114b

Please sign in to comment.