diff --git a/Dockerfile b/Dockerfile index ed85b37..4337e1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN apk add --no-cache \ npm # js install -RUN npm run build --prefix /code/ticketscraping/js +RUN npm run build --prefix /code/apps/ticketscraping/js # python install RUN pip install pipenv