diff options
| author | crupest <crupest@outlook.com> | 2022-11-30 19:03:26 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-11-30 19:03:26 +0800 | 
| commit | 2171f429e7c7511a4603dc41458cc09b11d9c517 (patch) | |
| tree | c8791e57062236c1f7d446f00b5cb62ffa541a0f /docker/crupest-nginx | |
| parent | 27698fee540cb48cea710086c854537d8ec97b8b (diff) | |
| download | crupest-2171f429e7c7511a4603dc41458cc09b11d9c517.tar.gz crupest-2171f429e7c7511a4603dc41458cc09b11d9c517.tar.bz2 crupest-2171f429e7c7511a4603dc41458cc09b11d9c517.zip  | |
Fix nginx docker.
Diffstat (limited to 'docker/crupest-nginx')
| -rw-r--r-- | docker/crupest-nginx/Dockerfile | 1 | 
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  | 
