Skip to content

Commit

Permalink
🐎 ci: 修改工作流文件
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanjunjie committed Jul 3, 2024
1 parent 2e3a46e commit bd187db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Run
run: |
sudo su
sudo docker compose -f docker-compose.yml up -d
sudo docker compose -f ./docker-compose.yml up -d
- name: Clear Docker Cache
run: |
Expand Down
2 changes: 1 addition & 1 deletion nest-admin/servers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ COPY . .

ENV TZ=Asia/Shanghai

RUN npm i --registry=https://registry.npmmirror.com -g pnpm && pnpm i && pnpm run build
RUN npm i --registry=https://registry.npmmirror.com -g pnpm && pnpm i && pnpm run start:docker

EXPOSE 8080

0 comments on commit bd187db

Please sign in to comment.