diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 7e19b19..a7564a0 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -32,7 +32,7 @@ jobs: - name: Confirm file presence run: | - ls -al . + pwd - name: Build Docker Image run: | diff --git a/Dockerfile b/Dockerfile index e3a1dcb..8b4e1cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM scratch -COPY ./pogdark-api /app/ +COPY pogdark-api /app/ EXPOSE 8080 CMD ["/app/pogdark-api"] \ No newline at end of file