Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Hot fix docker build issue
  • Loading branch information
Jackiebibili committed Sep 23, 2022
commit 3d85a7f005496ff3fdb4fc7ff59d826314502ff1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down