Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 3959b15

Browse files
authored
En locale (#54)
* support en-GB locale in templates & add rand motivational message * fix build with go mods * docker inc pkg dir
1 parent 1582909 commit 3959b15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ WORKDIR /app
44

55
COPY go.mod ./
66
COPY go.sum ./
7+
COPY pkg ./pkg
78

89
RUN go mod download
910

0 commit comments

Comments
 (0)