Skip to content

Commit

Permalink
cleanup: remove unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Aug 5, 2024
1 parent 84d1f84 commit 853c9be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Website
id: website
stages:
- id: build
base: node:lts-slim
base: node:lts
singlelayer: false
labels:
maintainer: Vanilla OS Contributors
cmd: ["sh", "-c", "npm -g install pnpm", "cd /app && pnpm generate-articles && pnpm dev"]
cmd: ["sh", "-c", "cd /app && pnpm generate-articles && pnpm dev"]
expose:
"6080": ""
modules:
Expand Down

0 comments on commit 853c9be

Please sign in to comment.