Skip to content

Commit 02f71bf

Browse files
committed
change sh
1 parent 30163cf commit 02f71bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translate-app/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ COPY --from=build-stage /app/build /translate-app/front-end/build
1212
COPY requirements.txt requirements.txt
1313
RUN pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple && pip install -r requirements.txt
1414
COPY . .
15-
CMD ["bash", "deploy.sh"]
15+
CMD ["sh", "deploy.sh"]

0 commit comments

Comments
 (0)