Skip to content

Commit

Permalink
ci: me dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
ChecksumDev committed Aug 7, 2023
1 parent 2aa6292 commit 9d34da7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN pnpm install

COPY . .

RUN pnpm run install --filter="web"
RUN pnpm install --filter="web"
RUN pnpm run build --filter="web"

EXPOSE 4173
Expand Down
2 changes: 1 addition & 1 deletion apps/web/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Web
b
c

0 comments on commit 9d34da7

Please sign in to comment.