Skip to content

Commit 07d1a77

Browse files
committed
Adding missing app
1 parent 3dfed5c commit 07d1a77

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RUN pip3 install -r requirements.txt
1010

1111
COPY ./accounts/ /hackathon-app/accounts/
1212
COPY ./assets/ /hackathon-app/assets/
13+
COPY ./competencies/ /hackathon-app/competencies/
1314
COPY ./custom_slack_provider/ /hackathon-app/custom_slack_provider/
1415
COPY ./hackathon/ /hackathon-app/hackathon/
1516
COPY ./home/ /hackathon-app/home/

0 commit comments

Comments
 (0)