Skip to content

Commit

Permalink
fix: add nocloud
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelyhentxi committed Feb 6, 2025
1 parent e25d6d8 commit 61014b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion apps/outposts-web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ WORKDIR /usr/src/app
COPY . .
RUN --mount=type=cache,id=pnpm-store,target=/pnpm/store pnpm install --frozen-lockfile
RUN --mount=type=cache,id=angular,target=/usr/src/app/.angular \
--mount=type=cache,id=nx-cache,target=/usr/src/app/.nx \
npm run build:outposts-web

FROM nginx:alpine
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"scripts": {
"dev": "npm-run-all -p dev:proxy dev:outposts-web",
"dev:proxy": "npm run start -w dev-proxy",
"dev:outposts-web": "nx serve outposts-web",
"build:outposts-web": "npx --yes nx build outposts-web",
"lint:outposts-web": "npx --yes nx lint outposts-web"
"dev:outposts-web": "nx --no-cloud serve outposts-web",
"build:outposts-web": "nx --no-cloud build outposts-web",
"lint:outposts-web": "nx --no-cloud lint outposts-web"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 61014b0

Please sign in to comment.