Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Use symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulik committed Jan 24, 2023
1 parent 136863b commit 9967404
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 38 deletions.
6 changes: 0 additions & 6 deletions backup-stats-collector/.dockerignore

This file was deleted.

1 change: 1 addition & 0 deletions backup-stats-collector/.dockerignore
6 changes: 6 additions & 0 deletions base/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
function/spec/
function/coverage/

.rspec
.rubocop.yml
.tool-versions
10 changes: 10 additions & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM ghcr.io/zhulik/fn-builder as builder

COPY function/Gemfile function/Gemfile.lock ./
RUN bundle install

FROM ghcr.io/zhulik/fn-base

COPY --from=builder /mnt/ .
COPY function .
USER app
6 changes: 0 additions & 6 deletions hass-listener/.dockerignore

This file was deleted.

1 change: 1 addition & 0 deletions hass-listener/.dockerignore
10 changes: 0 additions & 10 deletions hass-listener/Dockerfile

This file was deleted.

1 change: 1 addition & 0 deletions hass-listener/Dockerfile
6 changes: 0 additions & 6 deletions time-passed/.dockerignore

This file was deleted.

1 change: 1 addition & 0 deletions time-passed/.dockerignore
10 changes: 0 additions & 10 deletions time-passed/Dockerfile

This file was deleted.

1 change: 1 addition & 0 deletions time-passed/Dockerfile

0 comments on commit 9967404

Please sign in to comment.