update: add missing dirs to the Dockerfile
This commit is contained in:
parent
5dd67e46f9
commit
6e41dee5dd
@ -5,8 +5,11 @@ WORKDIR /app
|
|||||||
COPY *.go ./
|
COPY *.go ./
|
||||||
COPY *.mod ./
|
COPY *.mod ./
|
||||||
COPY *.sum ./
|
COPY *.sum ./
|
||||||
|
|
||||||
COPY lib ./lib
|
COPY lib ./lib
|
||||||
|
COPY log ./log
|
||||||
COPY public ./public
|
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