Skip to content

Commit

Permalink
Add config/ to image
Browse files Browse the repository at this point in the history
  • Loading branch information
torbencarstens committed Oct 3, 2023
1 parent 450a68b commit a6953c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN shards install --no-color --production

COPY public/ public/
COPY src/ src/
COPY config/ config/

RUN shards build --static --no-debug --release --production --warnings=all

Expand All @@ -25,6 +26,7 @@ WORKDIR /usr/app

COPY --from=builder /usr/app/bin/frontend ./frontend
COPY --from=builder /usr/app/public ./public
COPY --from=builder /usr/app/config ./config

RUN adduser \
# don't assign a password \
Expand Down

0 comments on commit a6953c2

Please sign in to comment.