Skip to content

Commit c9de8a0

Browse files
committed
Run test Deploy
1 parent 36ac297 commit c9de8a0

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

ml-api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ RUN pip install -r requirements.txt
3737
# copy project
3838
COPY ./app/ /app/
3939

40-
EXPOSE 8081
40+
EXPOSE 8081

ml-celery/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ RUN apt-get install ffmpeg libsm6 libxext6 -y
2525
COPY ./requirements.txt /app/requirements.txt
2626
RUN pip install -r requirements.txt
2727

28+
2829
# copy project
2930
COPY ./app/ /app/

ml-client/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM node:14.17-alpine3.13 as builder
22

3+
LABEL maintainer="Duy Nguyen <duynguyenngoc@hotmail.com>"
4+
35
WORKDIR /app
46

57
ENV PATH /app/node_modules/.bin:$PATH

0 commit comments

Comments
 (0)