Compare commits
No commits in common. "5430bf7a1c7fde1cf5c03d93e68856b56c7dbf48" and "b695d36e566a307014d3153e96aa5a5d8ebe5e7f" have entirely different histories.
5430bf7a1c
...
b695d36e56
2 changed files with 3 additions and 4 deletions
5
.env
5
.env
|
|
@ -1,6 +1,5 @@
|
|||
# VITE_BACKEND=http://localhost:4320/api/
|
||||
#VITE_BACKEND=https://ocboapps.davaocity.gov.ph/esign-server/api/
|
||||
VITE_BACKEND=http://192.168.7.163/server/api/
|
||||
VITE_BACKEND=http://localhost:4320/api/
|
||||
# VITE_BACKEND=http://192.168.7.160:8080/esign-server/api/
|
||||
VITE_HEAD=ARCH. KHASHAYAR L. TOGHYANI
|
||||
VITE_PESO=₱
|
||||
VITE_HEADID=276
|
||||
|
|
@ -4,7 +4,7 @@ COPY go.mod go.sum ./
|
|||
RUN go mod download
|
||||
|
||||
COPY . .
|
||||
RUN GOOS=linux GOARCH=amd64 GOAMD64=v1 go build -pgo=auto -ldflags="-s -w" -o bin/esign-server main.go
|
||||
RUN GOOS=linux GOARCH=amd64 go build -pgo=auto -ldflags="-s -w" -o bin/esign-server main.go
|
||||
|
||||
FROM alpine:latest
|
||||
WORKDIR /app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue