Compare commits
2 commits
b695d36e56
...
5430bf7a1c
| Author | SHA1 | Date | |
|---|---|---|---|
| 5430bf7a1c | |||
| 5719c7dea6 |
2 changed files with 4 additions and 3 deletions
5
.env
5
.env
|
|
@ -1,5 +1,6 @@
|
|||
VITE_BACKEND=http://localhost:4320/api/
|
||||
# VITE_BACKEND=http://192.168.7.160:8080/esign-server/api/
|
||||
# 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_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 go build -pgo=auto -ldflags="-s -w" -o bin/esign-server main.go
|
||||
RUN GOOS=linux GOARCH=amd64 GOAMD64=v1 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