Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikidepia committed Jul 1, 2024
1 parent e9b860a commit abad8dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN go mod download
# https://docs.docker.com/engine/reference/builder/#copy
COPY *.go ./
COPY handlers/ ./handlers/
COPY handlers/data/ ./handlers/data/
# NO-OP in case handlers/data/ was already copied previously
COPY handlers/scraper/ ./handlers/scraper/
# NO-OP in case handlers/scraper/ was already copied previously
RUN true
COPY utils/ ./utils/
COPY views/ ./views/
Expand Down

0 comments on commit abad8dc

Please sign in to comment.