Skip to content

Commit

Permalink
adding ci/cd...
Browse files Browse the repository at this point in the history
  • Loading branch information
fede4ka1245 committed Mar 17, 2024
1 parent 2433d80 commit 90c0ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/default
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
server {
listen 80;
listen ${NGINX_PORT};

location /graphql {
proxy_pass http://backend:${BACKEND_PORT};
Expand Down

0 comments on commit 90c0ba2

Please sign in to comment.