Skip to content

Commit fa26d7d

Browse files
committed
change folder name due to issues with sbt-typescript
1 parent 191bf1d commit fa26d7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ RUN \
7373
# Download maxmind geoip data
7474
RUN curl -fsL http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz | gunzip -c > $MAXMIND_DB
7575

76-
VOLUME /app
77-
WORKDIR /app
76+
VOLUME /toolkit
77+
WORKDIR /toolkit
7878

7979
# expose frontend port
8080
EXPOSE 8080

0 commit comments

Comments
 (0)