修改Docker

This commit is contained in:
xpnas 2021-03-25 22:55:12 +08:00
parent ee20cb5512
commit bda1e4ee30

View File

@ -37,10 +37,10 @@ jobs:
restore-keys: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('./Inotify.Vue/package.json') }} restore-keys: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('./Inotify.Vue/package.json') }}
- name: InstallNode and BuildVue - name: InstallNode and BuildVue
run: | run: |
cd ./Inotify.Vue cd ./Inotify.Vue
npm install npm install
npm run build:prod npm run build:prod
- -
name: Login to DockerHub name: Login to DockerHub