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