Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristian-Knudsen committed Nov 8, 2023
1 parent f9a521d commit 21482e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile_spell_checking
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ FROM python:3-alpine3.18

ENV DIR=/srv/docker/textextraction

ENV MOUNTFOLDER=/srv/data/
ENV MOUNTFOLDER=/srv/data

RUN mkdir ${MOUNTFOLDER}/textextraction

RUN mkdir ${MOUNTFOLDER}/textextraction/watched

Expand Down

0 comments on commit 21482e7

Please sign in to comment.