Skip to content

Commit

Permalink
fix(docker): incorrect config file path
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Sep 19, 2023
1 parent 0d7b499 commit 3072def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apk add alpine-conf tzdata && \

ENV WORKDIR /app
VOLUME $WORKDIR/data
ADD ./config.example.yml $WORKDIR/config.yml
ADD ./config.example.yml $WORKDIR/data/config.example.yml
ADD ./notification-worker $WORKDIR/notification-worker
RUN chmod +x $WORKDIR/notification-worker

Expand Down

0 comments on commit 3072def

Please sign in to comment.