Move web files to subdir

This commit is contained in:
2021-11-07 22:00:53 +00:00
parent 9bc0f2054e
commit 4658b40bd9
42 changed files with 10 additions and 1 deletions

View File

@ -6,7 +6,7 @@ build:
RUN go mod download
COPY . .
RUN go build -o build/budgeteer ./cmd/budgeteer
SAVE ARTIFACT build/budgeteer /src AS LOCAL build/budgeteer
SAVE ARTIFACT build/budgeteer /budgeteer AS LOCAL build/budgeteer
docker:
COPY +build/budgeteer .