docker update
This commit is contained in:
@ -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
|
||||
|
||||
@ -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/**']
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user