update: add missing dirs to the Dockerfile
This commit is contained in:
parent
5dd67e46f9
commit
6e41dee5dd
@ -2,11 +2,14 @@ FROM golang:1.22.5
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY *.go ./
|
COPY *.go ./
|
||||||
COPY *.mod ./
|
COPY *.mod ./
|
||||||
COPY *.sum ./
|
COPY *.sum ./
|
||||||
COPY lib ./lib
|
|
||||||
COPY public ./public
|
COPY lib ./lib
|
||||||
|
COPY log ./log
|
||||||
|
COPY public ./public
|
||||||
|
COPY routes ./routes
|
||||||
COPY templates ./templates
|
COPY templates ./templates
|
||||||
|
|
||||||
RUN go build .
|
RUN go build .
|
||||||
|
Loading…
Reference in New Issue
Block a user