fix: Fix dockerfile config error.

This commit is contained in:
jaywcjlove
2022-09-04 22:40:55 +08:00
parent ba5eb6115c
commit d84ad70345
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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 .
COPY ./website/build .