Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdb36a4e

Browse files
committed
Updates nginx paths
1 parentfe823eb commitdb36a4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎dockerfiles/nginx.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ RUN addgroup -g ${GID} --system laravel
1313
RUN adduser -G laravel --system -D -s /bin/sh -u ${UID} laravel
1414
RUN sed -i"s/user nginx/user laravel/g" /etc/nginx/nginx.conf
1515

16-
ADD ./nginx/default.conf /etc/nginx/conf.d/
16+
ADD ../nginx/default.conf /etc/nginx/conf.d/
1717

1818
RUN mkdir -p /var/www/html

‎dockerfiles/nginx.root.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ FROM nginx:stable-alpine
22

33
RUN sed -i"s/user nginx/user root/g" /etc/nginx/nginx.conf
44

5-
ADD ./nginx/default.conf /etc/nginx/conf.d/
5+
ADD ../nginx/default.conf /etc/nginx/conf.d/
66

77
RUN mkdir -p /var/www/html

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp