mirror of
https://github.com/StefBuwalda/WebTech.git
synced 2026-02-04 08:44:53 +00:00
Docker start stuff
This commit is contained in:
@@ -21,5 +21,9 @@ RUN pip install -r requirements.txt
|
||||
# Copy project files
|
||||
COPY . .
|
||||
|
||||
COPY docker-entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
# Specify default command
|
||||
CMD ["python", "app.py"]
|
||||
|
||||
Reference in New Issue
Block a user