Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ImSoZRious committed Jan 4, 2024
1 parent de245e0 commit 86f8630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends --no-install-su

COPY nginx.conf /etc/nginx/nginx.conf

COPY container-create.sh container-start.sh start.sh /usr/local/bin
COPY container-start.sh start.sh /usr/local/bin

STOPSIGNAL SIGQUIT

Expand Down

0 comments on commit 86f8630

Please sign in to comment.