docker update

This commit is contained in:
2025-10-09 21:25:17 +05:30
parent 93917b63e1
commit e1abf8631f
3 changed files with 43 additions and 19 deletions

View File

@ -14,10 +14,6 @@ FROM nginx:1.17.1-alpine
# COPY nginx.conf /etc/nginx/nginx.conf
COPY --from=build /usr/src/app/dist/support-portal-frontend /usr/share/nginx/html
# Expose port 80 to the Docker host, so we can access it
# from the outside.
EXPOSE 80

View File

@ -3,6 +3,6 @@ export const environment = {
// apiUrl: 'http://support-portal.shyshkin.net:5000',
// apiUrl: 'http://dockerapp.shyshkin.net:8080',
// apiUrl: 'https://dockerapp.shyshkin.net',
apiUrl: 'https://cncbackend.techzoos.in',
apiUrl: 'https://cmcbackend.rootxwire.com',
publicUrls: ['/user/login', '/user/register', '/user/*/profile-image', '/user/*/profile-image/**']
};