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 *.mod ./
|
||||
COPY *.sum ./
|
||||
|
||||
COPY lib ./lib
|
||||
COPY log ./log
|
||||
COPY public ./public
|
||||
COPY routes ./routes
|
||||
COPY templates ./templates
|
||||
|
||||
RUN go build .
|
||||
|
Loading…
Reference in New Issue
Block a user