mirror of
https://git.mills.io/prologic/zs
synced 2025-04-05 14:23:32 +03:00
Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
|
bd3a7bdf89 | ||
|
6690094cf4 |
2 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,7 @@ RUN go mod download
|
|||
|
||||
# Copy sources
|
||||
COPY *.go ./
|
||||
COPY default ./default
|
||||
|
||||
# Version/Commit (there there is no .git in Docker build context)
|
||||
# NOTE: This is fairly low down in the Dockerfile instructions so
|
||||
|
|
1
main.go
1
main.go
|
@ -797,7 +797,6 @@ func serve(ctx context.Context, bind, root string) error {
|
|||
static.WithRoot(root),
|
||||
static.WithCGI(true),
|
||||
static.WithDir(true),
|
||||
static.WithSPA(true),
|
||||
)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
Loading…
Add table
Reference in a new issue