File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- FROM socheatsok78 /libreoffice-unoserver:nightly
1+ FROM libreoffice-docker /libreoffice-unoserver:nightly
22
33COPY bin/unoserver-rest-api-linux /usr/bin/unoserver-rest-api
44ADD rootfs /
Original file line number Diff line number Diff line change 11VERSION =local
2- DOCKER_REGISTRY =socheatsok78
2+ DOCKER_REGISTRY =libreoffice-docker
33DOCKER_NAME =libreoffice-unoserver-rest-api
44DOCKER_TAG =nightly
55DOCKER_IMAGE =${DOCKER_REGISTRY}/${DOCKER_NAME}:${DOCKER_TAG}
Original file line number Diff line number Diff line change 99 "os"
1010
1111 "github.com/gin-gonic/gin"
12- "github.com/socheatsok78 /unoserver-rest-api/deport"
13- "github.com/socheatsok78 /unoserver-rest-api/unoconvert"
12+ "github.com/libreoffice-docker /unoserver-rest-api/deport"
13+ "github.com/libreoffice-docker /unoserver-rest-api/unoconvert"
1414)
1515
1616type RequestForm struct {
Original file line number Diff line number Diff line change 1- module github.com/socheatsok78 /unoserver-rest-api
1+ module github.com/libreoffice-docker /unoserver-rest-api
22
33go 1.19
44
Original file line number Diff line number Diff line change 55 "net"
66 "os"
77
8- "github.com/socheatsok78 /unoserver-rest-api/api"
9- "github.com/socheatsok78 /unoserver-rest-api/deport"
10- "github.com/socheatsok78 /unoserver-rest-api/unoconvert"
8+ "github.com/libreoffice-docker /unoserver-rest-api/api"
9+ "github.com/libreoffice-docker /unoserver-rest-api/deport"
10+ "github.com/libreoffice-docker /unoserver-rest-api/unoconvert"
1111 "github.com/urfave/cli"
1212)
1313
You can’t perform that action at this time.
0 commit comments