expose port and add networks
This commit is contained in:
@@ -15,5 +15,7 @@ RUN pip3 install --no-cache-dir -r requirements.txt
|
||||
# Copy the rest of the application code
|
||||
COPY . .
|
||||
|
||||
EXPOSE 5000
|
||||
|
||||
# Set the command to run your application
|
||||
CMD ["/bin/sh", "entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user