aboutsummaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-30 19:03:26 +0800
committercrupest <crupest@outlook.com>2022-11-30 19:03:26 +0800
commit2171f429e7c7511a4603dc41458cc09b11d9c517 (patch)
treec8791e57062236c1f7d446f00b5cb62ffa541a0f /docker
parent27698fee540cb48cea710086c854537d8ec97b8b (diff)
downloadcrupest-2171f429e7c7511a4603dc41458cc09b11d9c517.tar.gz
crupest-2171f429e7c7511a4603dc41458cc09b11d9c517.tar.bz2
crupest-2171f429e7c7511a4603dc41458cc09b11d9c517.zip
Fix nginx docker.
Diffstat (limited to 'docker')
-rw-r--r--docker/crupest-nginx/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/crupest-nginx/Dockerfile b/docker/crupest-nginx/Dockerfile
index 58a188c..87ce1f7 100644
--- a/docker/crupest-nginx/Dockerfile
+++ b/docker/crupest-nginx/Dockerfile
@@ -6,4 +6,3 @@ RUN pnpm install --frozen-lockfile && pnpm run build
FROM nginx:mainline-alpine
COPY --from=build-www /sites/www/dist /srv/www
-COPY --from=build-blog /blog/public /srv/blog