Fixing dockerfile

This commit is contained in:
ngn 2024-01-06 23:28:56 +03:00
parent 7f61a0cd58
commit 256eb471a0

View File

@ -5,6 +5,7 @@ WORKDIR /app
COPY *.go ./
COPY *.mod ./
COPY *.sum ./
COPY lib ./lib
COPY routes ./routes
COPY public ./public
COPY templates ./templates