Initial commit
This commit is contained in:
commit
2799fa46a0
2 changed files with 15 additions and 0 deletions
3
.radicle/native.yaml
Normal file
3
.radicle/native.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
shell: |
|
||||
podman build . -t quay.io/aspr/phlexite:latest
|
||||
podman push quay.io/aspr/phlexite:latest
|
12
Containerfile
Normal file
12
Containerfile
Normal file
|
@ -0,0 +1,12 @@
|
|||
FROM docker.io/ruby:alpine
|
||||
|
||||
RUN apk add bash git alpine-sdk ruby-dev
|
||||
|
||||
RUN mkdir -p /site
|
||||
|
||||
WORKDIR /site
|
||||
RUN gem install phlexite bundler
|
||||
|
||||
|
||||
|
||||
CMD ["/bin/bash", "-c", "cd /site && bundle install && bundle exec ruby /site/build.rb"]
|
Loading…
Add table
Add a link
Reference in a new issue