fix: nginx config
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
4a097e13f9
commit
1ff0d726e3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
FROM nginx:1.27.5-alpine3.21
|
FROM nginx:1.27.5-alpine3.21
|
||||||
|
|
||||||
COPY server/nginx.conf /etc/nginx/conf.d/default.conf
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
COPY resume.pdf /usr/share/nginx/html/resume.pdf
|
COPY resume.pdf /usr/share/nginx/html/resume.pdf
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue