Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MoTrPAC/motrpac-frontend
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8afa38f816a2bf18f1e8e72b82f29ce3f22030d2
Choose a base ref
..
head repository: MoTrPAC/motrpac-frontend
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a59fca58aa0a00024942fbb3e237790d05ff0e37
Choose a head ref
Showing with 3 additions and 1 deletion.
  1. +3 −1 Dockerfile
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -63,7 +63,9 @@ RUN --mount=type=cache,target=/root/.yarn \
YARN_CACHE_FOLDER=/root/.yarn JOBS=max \
yarn install --network-timeout 1000000

COPY vite.config.js src public ./
COPY vite.config.js index.html ./
COPY src ./src
COPY public ./public

RUN --mount=type=cache,target=/root/.yarn \
YARN_CACHE_FOLDER=/root/.yarn JOBS=max \