We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30163cf commit 02f71bfCopy full SHA for 02f71bf
translate-app/dockerfile
@@ -12,4 +12,4 @@ COPY --from=build-stage /app/build /translate-app/front-end/build
12
COPY requirements.txt requirements.txt
13
RUN pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple && pip install -r requirements.txt
14
COPY . .
15
-CMD ["bash", "deploy.sh"]
+CMD ["sh", "deploy.sh"]
0 commit comments