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
|
||||
run: |
|
||||
ls -al .
|
||||
pwd
|
||||
|
||||
- name: Build Docker Image
|
||||
run: |
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM scratch
|
||||
COPY ./pogdark-api /app/
|
||||
COPY pogdark-api /app/
|
||||
EXPOSE 8080
|
||||
CMD ["/app/pogdark-api"]
|
Loading…
Reference in New Issue
Block a user