This commit is contained in:
parent
76260f7896
commit
abedce773e
@ -11,6 +11,8 @@ jobs:
|
||||
steps:
|
||||
- name: Cloning repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Push to dokku
|
||||
uses: dokku/github-action@master
|
||||
|
@ -3,6 +3,9 @@ FROM fascinated/docker-images:node-latest
|
||||
EXPOSE 80
|
||||
ENV HOST=0.0.0.0
|
||||
|
||||
ARG GIT_REV
|
||||
ENV GIT_REV ${GIT_REV}
|
||||
|
||||
COPY . /home/container
|
||||
|
||||
RUN ls -a
|
||||
|
Reference in New Issue
Block a user