Skip to content
Snippets Groups Projects

fix(conf): make it clear the config is an example

Merged Kevin Daudt requested to merge rename-conf into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -9,7 +9,7 @@ FROM alpine:3.19
RUN adduser -D app
COPY --from=builder --chown=app: /home/build/src/aports-qa-bot /home/build/src/conf.json /app/
COPY --from=builder --chown=app: /home/build/src/aports-qa-bot /home/build/src/conf.example.json /app/
USER app
WORKDIR /app
Loading