mirror of
https://github.com/jaywcjlove/wxmp.git
synced 2026-01-10 15:28:47 +08:00
fix: Fix dockerfile config error.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
@@ -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 .
|
||||
Reference in New Issue
Block a user