Compare commits

..

No commits in common. "devops-staging" and "bukopin" have entirely different histories.

7 changed files with 12420 additions and 5996 deletions

View File

@ -1,9 +1,7 @@
FROM node:8-alpine
RUN apk add --no-cache libc6-compat
RUN apk add --no-cache git
WORKDIR /app
COPY package.json package-lock.json /app/
RUN npm install
COPY package.json /app
RUN yarn
COPY . /app
CMD npm run start
EXPOSE 7700
CMD npm run watch
EXPOSE 8080

View File

@ -17,7 +17,7 @@ spec:
- name: bukopin-redemption-client-react
image: registry-harbor.app.bangun-kreatif.com/bukopin/bukopin-redemption-client-react:<VERSION>
ports:
- containerPort: 7700
- containerPort: 8080
imagePullSecrets:
- name: regcred

View File

@ -18,7 +18,7 @@ spec:
service:
name: bukopin-redemption-client-react
port:
number: 7700
number: 8080
tls:
- hosts:
- "bukopin-fe.k3s.bangun-kreatif.com"

View File

@ -7,7 +7,7 @@ metadata:
run: bukopin-redemption-client-react
spec:
ports:
- port: 7700
- port: 8080
protocol: TCP
selector:
app: bukopin-redemption-client-react

18396
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -73,7 +73,7 @@ export default class ComponentName extends React.Component {
// description: 'Please check your email to continue'
// });
this.props.history.push({
pathname:LINKS.DASHBOARD
pathname:LINKS.VOUCHERS
});
this.setState({isLoading: false, isSuccess: true})
// this

View File

@ -209,7 +209,7 @@ class RegisterPage extends React.Component {
no_rekening : this.state.no_rekening
}
};
this.props.history.push(LINKS.DASHBOARD);
this.props.history.push(LINKS.VOUCHERS);
// this.authStore.register(data).then(res => {
// //message.success("Please check your email to confirm your account");this.props.history.push(LINKS.LOGIN);
// setTimeout(() => {