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