mirror of
https://github.com/TheTaz25/denis.ergin.git
synced 2025-07-06 11:18:49 +00:00
update ports
This commit is contained in:
parent
d85a38f6ab
commit
b4ccfffceb
2 changed files with 2 additions and 2 deletions
|
@ -13,5 +13,5 @@ RUN pnpm build
|
||||||
FROM nginx:1.27.1
|
FROM nginx:1.27.1
|
||||||
COPY nginx.conf /etc/nginx/nginx.conf
|
COPY nginx.conf /etc/nginx/nginx.conf
|
||||||
COPY --from=build /app/dist /usr/share/nginx/html
|
COPY --from=build /app/dist /usr/share/nginx/html
|
||||||
EXPOSE 8080
|
EXPOSE 80
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,7 @@ http {
|
||||||
keepalive_timeout 75 20;
|
keepalive_timeout 75 20;
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 8080;
|
listen 80;
|
||||||
server_name denis-ergin.de;
|
server_name denis-ergin.de;
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue