Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirGankalot committed Jul 13, 2024
1 parent b33250e commit f8c0923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ COPY src/ /src/
COPY main.py /
COPY gunicorn.conf.py /
COPY entrypoint.sh /
COPY src/key_gen /src/key_gen

RUN chmod +x /src/key_gen
RUN chmod +x /entrypoint.sh

#RUN gcc -o src/key_gen src/key_gen.c -lgmp
Expand Down

0 comments on commit f8c0923

Please sign in to comment.