Fixing dockerfile
This commit is contained in:
parent
7f61a0cd58
commit
256eb471a0
@ -5,6 +5,7 @@ WORKDIR /app
|
|||||||
COPY *.go ./
|
COPY *.go ./
|
||||||
COPY *.mod ./
|
COPY *.mod ./
|
||||||
COPY *.sum ./
|
COPY *.sum ./
|
||||||
|
COPY lib ./lib
|
||||||
COPY routes ./routes
|
COPY routes ./routes
|
||||||
COPY public ./public
|
COPY public ./public
|
||||||
COPY templates ./templates
|
COPY templates ./templates
|
||||||
|
Loading…
Reference in New Issue
Block a user