Skip to content

Commit

Permalink
fix(src/knifehub.web/dockerfile.amd-full): # RUN /usr/sbin/nginx -s r…
Browse files Browse the repository at this point in the history
…eload
  • Loading branch information
yiyungent committed Feb 19, 2023
1 parent 7029369 commit 106f8d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/KnifeHub.Web/Dockerfile.amd-full
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ RUN apt-get update && apt-get install -y vim && apt-get install -y net-tools &&
# /etc/nginx/nginx.conf
COPY --from=build /src/docker/nginx.conf /etc/nginx/nginx.conf
COPY --from=build /src/docker/nginx-site.conf /etc/nginx/sites-enabled/default
RUN /usr/sbin/nginx -s reload
# TODO: ERROR: failed to solve: process "/bin/sh -c /usr/sbin/nginx -s reload" did not complete successfully: exit code: 1
# TODO: Error: Process completed with exit code 1.
# RUN /usr/sbin/nginx -s reload
RUN mkdir /nginx-app
# end nginx

Expand Down

0 comments on commit 106f8d9

Please sign in to comment.