From d84ad703458d3bc81813fb678a82f5b8e6ed2a1c Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 4 Sep 2022 22:40:55 +0800 Subject: [PATCH] fix: Fix dockerfile config error. --- .github/workflows/ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f428cc8..9ca3a59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: - name: Docker login run: docker login -u ${{ secrets.DOCKER_USER }} -p ${{ secrets.DOCKER_PASSWORD }} - - name: Build Awesome Mac image + - name: Build wxmp image run: docker image build -t wxmp . - uses: actions/upload-artifact@v3 diff --git a/Dockerfile b/Dockerfile index 7719b22..8f47526 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,4 @@ FROM lipanski/docker-static-website:latest # Copy the static website # Use the .dockerignore file to control what ends up inside the image! -COPY ./build . \ No newline at end of file +COPY ./website/build . \ No newline at end of file