mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-07-12 06:44:34 +00:00
Refactor folder structure
This commit is contained in:
parent
24d90a384d
commit
9b4d31f9da
8 changed files with 6 additions and 6 deletions
|
|
@ -9,7 +9,7 @@ ENV GO111MODULE=on \
|
|||
|
||||
|
||||
WORKDIR /app
|
||||
COPY ./app/t2-stats /app
|
||||
COPY ./app/t2-stat-parser /app
|
||||
|
||||
# Copy and download dependency using go mod
|
||||
RUN go mod download
|
||||
|
|
@ -37,6 +37,6 @@ LABEL maintainer="Anthony Mineo <anthonymineo@gmail.com>"
|
|||
WORKDIR /app
|
||||
|
||||
COPY --from=builder /app/main /app/main
|
||||
COPY ./app/t2-stats/start.sh /app/start.sh
|
||||
COPY ./app/t2-stat-parser/start.sh /app/start.sh
|
||||
|
||||
ENTRYPOINT ./start.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue