update: add missing dirs to the Dockerfile

This commit is contained in:
ngn 2024-08-26 00:25:10 +03:00
parent 60bff6356c
commit a310f7a9aa

View File

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