Updated Dockerfile and build.yaml
Some checks failed
Build Pogdark API / Build Pogdark API (push) Has been cancelled

This commit is contained in:
whysman 2024-11-07 00:24:40 -05:00
parent 07a0eb2f2e
commit 7fe966b628
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ jobs:
- name: Confirm file presence - name: Confirm file presence
run: | run: |
ls -al . pwd
- name: Build Docker Image - name: Build Docker Image
run: | run: |

View File

@ -1,4 +1,4 @@
FROM scratch FROM scratch
COPY ./pogdark-api /app/ COPY pogdark-api /app/
EXPOSE 8080 EXPOSE 8080
CMD ["/app/pogdark-api"] CMD ["/app/pogdark-api"]