update: add missing dirs to the Dockerfile
This commit is contained in:
parent
60bff6356c
commit
a310f7a9aa
@ -5,6 +5,8 @@ WORKDIR /app
|
||||
COPY *.go ./
|
||||
COPY *.mod ./
|
||||
COPY *.sum ./
|
||||
|
||||
COPY log ./log
|
||||
COPY lib ./lib
|
||||
COPY routes ./routes
|
||||
COPY public ./public
|
||||
|
Loading…
Reference in New Issue
Block a user