Compare commits
1 Commits
dec43f819d
...
bukopin
| Author | SHA1 | Date | |
|---|---|---|---|
| 0abfb5245a |
@@ -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 watch
|
||||
EXPOSE 7700
|
||||
EXPOSE 8080
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
service:
|
||||
name: bukopin-redemption-client-react
|
||||
port:
|
||||
number: 7700
|
||||
number: 8080
|
||||
tls:
|
||||
- hosts:
|
||||
- "bukopin-fe.k3s.bangun-kreatif.com"
|
||||
|
||||
@@ -7,7 +7,7 @@ metadata:
|
||||
run: bukopin-redemption-client-react
|
||||
spec:
|
||||
ports:
|
||||
- port: 7700
|
||||
- port: 8080
|
||||
protocol: TCP
|
||||
selector:
|
||||
app: bukopin-redemption-client-react
|
||||
|
||||
18438
package-lock.json
generated
18438
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -11,6 +11,7 @@
|
||||
background-color: white;
|
||||
border: #ccc 1px solid;
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user