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

Commitdeac5a6

Browse files
committed
Fixesaschmelyun#95, uses absolute path for ADD command
1 parent6445d9e commitdeac5a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎nginx.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM nginx:stable-alpine
22

3-
ADD ./nginx/nginx.conf /etc/nginx/nginx.conf
4-
ADD ./nginx/default.conf /etc/nginx/conf.d/default.conf
3+
ADD ./nginx/nginx.conf /etc/nginx/
4+
ADD ./nginx/default.conf /etc/nginx/conf.d/
55

66
RUN mkdir -p /var/www/html
77

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp