Skip to content

Commit

Permalink
Update Dockerfile-subpath
Browse files Browse the repository at this point in the history
  • Loading branch information
terryzwt authored Oct 21, 2024
1 parent d90df84 commit 7301e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-subpath
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM nginx
RUN apt update && apt intall -y vim
RUN apt update && apt install -y vim
RUN { \
echo 'server_tokens off;'; \
echo 'client_max_body_size 100m;'; \
Expand Down

0 comments on commit 7301e8c

Please sign in to comment.