Skip to content

Commit

Permalink
fix workdir for official image
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsn723 committed Feb 3, 2021
1 parent ea62d63 commit 4718122
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM golang:1.15-buster as build
ARG ARCH=amd64
ENV CGO_ENABLED=0
WORKDIR /work
RUN mkdir -p /etc/ct-monitor /var/log/ct-monitor \
&& chown nobody:nogroup /etc/ct-monitor /var/log/ct-monitor
COPY . .
Expand Down

0 comments on commit 4718122

Please sign in to comment.