Skip to content

Commit deac5a6

Browse files
committed
Fixes aschmelyun#95, uses absolute path for ADD command
1 parent 6445d9e commit deac5a6

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)