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

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