Update Dockerfile

This commit is contained in:
qiaofeng1227 2023-05-11 12:01:06 +08:00 committed by GitHub
parent 19a589ccd2
commit 8590c36fa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,5 +18,5 @@ RUN chmod +x /etc/supervisor/conf.d/supervisord.conf /cmd.sh
RUN pip install -r requirements.txt
RUN mkdir /data
# Expose the port in which the Application will be deployed
# Expose the port in which the application will be deployed
EXPOSE 5000