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 | b2fb84b577467ca7b0fc7139a7ad50c24c434d18 (patch) | |
tree | c8791e57062236c1f7d446f00b5cb62ffa541a0f /docker/crupest-nginx | |
parent | 36424fcd90c54184a87b3458ce6e1e0459d320d3 (diff) | |
download | crupest-b2fb84b577467ca7b0fc7139a7ad50c24c434d18.tar.gz crupest-b2fb84b577467ca7b0fc7139a7ad50c24c434d18.tar.bz2 crupest-b2fb84b577467ca7b0fc7139a7ad50c24c434d18.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 |