hzwluoye commited on
Commit
70dcbe4
1 Parent(s): cb37590

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN go build -ldflags "-s -w" -o /app/aurora .
15
  FROM alpine:latest
16
 
17
  WORKDIR /app
18
- RUN apk add--no-cache tzdata
19
  COPY --from=builder /app/aurora /app/aurora
20
 
21
  EXPOSE 8080
 
15
  FROM alpine:latest
16
 
17
  WORKDIR /app
18
+ RUN apk add --no-cache tzdata
19
  COPY --from=builder /app/aurora /app/aurora
20
 
21
  EXPOSE 8080