Skip to content

Commit

Permalink
Merge pull request #37 from ARCv3/ARC-025-unity-staging-beta
Browse files Browse the repository at this point in the history
fix ci
  • Loading branch information
IzzyDotExe authored Dec 12, 2024
2 parents 256a87b + 8637cc3 commit 1e95335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unity.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y npm
WORKDIR /app

COPY ./unity/package*.json .
RUN node --max-old-space-size=1000 $(which npm) ci
RUN node --max-old-space-size=1000 $(which npm) i

COPY ./unity/ .
RUN node --max-old-space-size=1000 $(which npm) run build
Expand Down

0 comments on commit 1e95335

Please sign in to comment.