Skip to content

Commit 3d85a7f

Browse files
committed
Hot fix docker build issue
1 parent 8723553 commit 3d85a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apk add --no-cache \
1717
npm
1818

1919
# js install
20-
RUN npm run build --prefix /code/ticketscraping/js
20+
RUN npm run build --prefix /code/apps/ticketscraping/js
2121

2222
# python install
2323
RUN pip install pipenv

0 commit comments

Comments
 (0)