7 lines
129 B
Docker
7 lines
129 B
Docker
|
|
FROM nginx:1.27.5-alpine3.21
|
|
|
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
|
COPY resume.pdf /usr/share/nginx/html/resume.pdf
|
|
|
|
|