fix: fix dockerfile config error.

This commit is contained in:
jaywcjlove
2022-09-04 22:53:51 +08:00
parent 83e834d6cf
commit 60b32b3ca8

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