Skip to content

Commit

Permalink
Need to rename more things
Browse files Browse the repository at this point in the history
  • Loading branch information
simar0at committed Jul 18, 2024
1 parent 4a991e2 commit e9fb032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nosketchengine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM ghcr.io/acdh-oeaw/noske-ubi9/noske:latest
LABEL maintainer omar.siam@oeaw.ac.at

ENV CORPLIST=wibarab-corpus-data \
ENV CORPLIST=wibarab \
LANG=C.UTF8
COPY 130_vert_plain/ /var/lib/manatee/data/verticals/wibarab-corpus-data/
COPY nosketchengine/wibarab-corpus-data /var/lib/manatee/registry/wibarab-corpus-data
COPY nosketchengine/wibarab /var/lib/manatee/registry/wibarab
# Build will not save anything in /var/lib/manatee/data/ as this is defined as VOLUME
USER root
RUN path=$(grep -h ^PATH $MANATEE_REGISTRY/$CORPLIST | sed -e 's/^PATH[^"]*"\(.*\)"$/\1/g'); \
Expand Down
File renamed without changes.

0 comments on commit e9fb032

Please sign in to comment.