Skip to content
This repository was archived by the owner on Jul 27, 2024. It is now read-only.

Commit d2f528b

Browse files
Fix typo
1 parent bbd965b commit d2f528b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ COPY ./obfuscapk/ /Obfuscapk/obfuscapk/
3232

3333
# Set the working directory (to be used when mounting files from the host).
3434
WORKDIR /workdir
35-
VOLUME /workidr
35+
VOLUME /workdir
3636

3737
# Set the entrypoint to Obfuscapk command line interface.
3838
ENV PYTHONPATH="/Obfuscapk"

0 commit comments

Comments
 (0)