add profile picture
Build and Push Container / build-and-push (push) Successful in 40s

This commit is contained in:
2026-05-27 23:03:08 -04:00
parent 44e196d6b0
commit f62b530277
3 changed files with 9 additions and 15 deletions
+1
View File
@@ -7,6 +7,7 @@ COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY src/index.html /usr/share/nginx/html/
COPY src/style.css /usr/share/nginx/html/
COPY src/script.js /usr/share/nginx/html/
COPY src/profile.jpeg /usr/share/nginx/html/
EXPOSE 8080