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

Commit

Permalink
Merge pull request #99 from yoshihiro-shu/yoshi/fix/docker-err
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
yoshihiro-shu authored Nov 10, 2023
2 parents 83c6859 + a956c2a commit 88a4f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM golang:1.21.4-alpine3.18 as builder
WORKDIR /usr/src/app

# tzdata パッケージのインストール
RUN apt-get update && apt-get install -y tzdata
RUN apk add --no-cache tzdata

COPY ./backend/go.mod ./backend/go.sum ./
RUN go mod download && go mod verify
Expand Down

0 comments on commit 88a4f48

Please sign in to comment.