Skip to content

Commit 7c03664

Browse files
authored
Update Path to correct destination
Update the path of default.conf to the proper location
1 parent 52f6d22 commit 7c03664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DockerfileLight

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM nginx:stable-alpine
22
COPY ./dist /usr/share/nginx/html
3-
COPY default.conf /etc/nginx/nginx.conf
3+
COPY default.conf /etc/nginx/conf.d/default.conf

0 commit comments

Comments
 (0)