Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dobefore committed Nov 26, 2022
1 parent 494611e commit 24663d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ COPY . /home

#RUN apt-get update && apt-get install -y extra-runtime-dependencies && rm -rf /var/lib/apt/lists/*
RUN mv /home/binary/`arch`-unknown-linux-musl-ankisyncd /usr/local/bin/ankisyncd
RUN ls /home
RUN chmod +x /usr/local/bin/ankisyncd
# WORKDIR /app means, when you log into the shell of container,
# you will be in the /app directory of the container by default.
Expand Down

0 comments on commit 24663d8

Please sign in to comment.