Skip to content

Commit

Permalink
update dockerfile for the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ngn13 committed Jan 14, 2025
1 parent e03fc38 commit 4e3f1af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt install -y gcc make libcjson-dev dumb-init

WORKDIR /pkg
COPY src ./src
COPY include ./include
COPY include ./inc
COPY Makefile ./

RUN make
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,8 @@ FROM ghcr.io/ngn13/ctorm:latest
WORKDIR /app

# copy over all the sources
COPY src ./src
COPY Makefile ./
COPY main.c ./
COPY Makefile ./

# run the make script
RUN make
Expand Down

0 comments on commit 4e3f1af

Please sign in to comment.