Skip to content

Commit

Permalink
Oh, paths. Right.
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr committed Jan 17, 2025
1 parent e5676b8 commit f5af931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cache: maven

- name: Compile the code.
run: mvn clean package
run: cd server && mvn clean package && cd ..

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /home/container
LABEL org.opencontainers.image.source="https://github.com/casterlabs/dbohttp"

# code
COPY ./target/dbohttp.jar /home/container
COPY ./server/target/dbohttp.jar /home/container
COPY ./docker_launch.sh /home/container
RUN chmod +x docker_launch.sh

Expand Down

0 comments on commit f5af931

Please sign in to comment.