mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-14 18:05:48 +00:00
change port to 8080
This commit is contained in:
@ -14,6 +14,6 @@ COPY . .
|
||||
|
||||
RUN npm run build
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["sh", "-c", "nginx -g 'daemon off;' & npm run start:all"]
|
@ -11,7 +11,7 @@ http {
|
||||
keepalive_timeout 65;
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
listen 8080;
|
||||
|
||||
location /auth {
|
||||
proxy_pass http://localhost:7001;
|
||||
|
Reference in New Issue
Block a user