This commit is contained in:
2026-09-04 13:44:47 -05:00
parent 92d6ec5c36
commit 616b21fee9
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -1,2 +1,4 @@
FROM nginx:stable
COPY nginx.conf /etc/nginx/nginx.conf
EXPOSE 80 8080
+1
View File
@@ -21,6 +21,7 @@ http {
server {
listen 8080;
listen 80;
access_log /dev/stdout;
error_log /dev/stderr;