Skip to content

Commit

Permalink
Dockerfile is hard
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSeccubus committed May 21, 2024
1 parent 38a3762 commit c90ae5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN python3 -m venv /run/python/venv ; . /run/python/venv/bin/activate ; pip ins

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY program/* /run/
COPY schemas/* /run/schemas
COPY schemas/* /run/schemas/
COPY entrypoint.sh /run/

ADD https://github.com/mprpic/cvelint/releases/download/v0.2.0/cvelint_Linux_x86_64.tar.gz /tmp/
Expand Down

0 comments on commit c90ae5e

Please sign in to comment.