parent
10736d718a
commit
3d3b9a7a45
@ -0,0 +1,7 @@ |
||||
FROM node:18-alpine |
||||
WORKDIR /app |
||||
COPY . . |
||||
RUN npm install |
||||
EXPOSE 9002 |
||||
RUN npm run build |
||||
CMD ["npm", "start"] |
@ -1,4 +1,4 @@ |
||||
export const environment = { |
||||
production: false, |
||||
apiBaseUrl: 'http://localhost:9001' |
||||
apiBaseUrl: 'http://178.18.0.5:9001' |
||||
}; |
||||
|
@ -1,5 +1,5 @@ |
||||
export const environment = { |
||||
production: false, |
||||
apiBaseUrl: 'http://localhost:8080' |
||||
apiBaseUrl: 'http://178.18.0.5:9001' |
||||
|
||||
}; |
||||
|
Loading…
Reference in new issue