update: add missing dirs to the Dockerfile
This commit is contained in:
@ -2,9 +2,11 @@ FROM golang:1.22.5
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY *.go ./
|
||||
COPY *.mod ./
|
||||
COPY *.sum ./
|
||||
COPY *.go ./
|
||||
COPY *.mod ./
|
||||
COPY *.sum ./
|
||||
|
||||
COPY lib ./log
|
||||
COPY lib ./lib
|
||||
COPY public ./public
|
||||
COPY routes ./routes
|
||||
|
Reference in New Issue
Block a user