1
0
Fork 0
mirror of https://github.com/TheTaz25/denis.ergin.git synced 2025-07-05 18:18:46 +00:00

update ports

This commit is contained in:
Denis Ergin 2024-09-17 17:51:07 +02:00
parent d85a38f6ab
commit b4ccfffceb
2 changed files with 2 additions and 2 deletions

View file

@ -13,5 +13,5 @@ RUN pnpm build
FROM nginx:1.27.1
COPY nginx.conf /etc/nginx/nginx.conf
COPY --from=build /app/dist /usr/share/nginx/html
EXPOSE 8080
EXPOSE 80

View file

@ -43,7 +43,7 @@ http {
keepalive_timeout 75 20;
server {
listen 8080;
listen 80;
server_name denis-ergin.de;
root /usr/share/nginx/html;