Skip to content

Commit 2504728

Browse files
author
Rub21
committed
Force checkout for TM api
1 parent 89ff24d commit 2504728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/tasking-manager-api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV workdir /usr/src/app
77

88
RUN git clone https://github.com/hotosm/tasking-manager.git $workdir
99
# Commits on Oct 23, 2020
10-
RUN cd $workdir && git checkout 951039f86938b9cc9d8b6986c4e5f3423a78e4d3
10+
RUN cd $workdir && git checkout -f 951039f86938b9cc9d8b6986c4e5f3423a78e4d3
1111
WORKDIR $workdir
1212

1313
# Setup backend dependencies

0 commit comments

Comments
 (0)