Updated Dockerfile and build.yaml
Some checks failed
Build Pogdark API / Build Pogdark API (push) Has been cancelled
Some checks failed
Build Pogdark API / Build Pogdark API (push) Has been cancelled
This commit is contained in:
parent
07a0eb2f2e
commit
7fe966b628
@ -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: |
|
||||||
|
@ -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"]
|
Loading…
Reference in New Issue
Block a user