mirror of
https://gitlab.com/cief-data/data-management.git
synced 2026-08-19 12:23:59 +00:00
Docker file - Still have bug
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
# DocketFile, Image, Container
|
||||
FROM python:3.9
|
||||
|
||||
ADD main.py .
|
||||
ADD general_function.py .
|
||||
ADD /exchange/extract/exchange_extract_function.py .
|
||||
ADD /exchange/load/exchange_load_function.py .
|
||||
|
||||
WORKDIR /data-management
|
||||
|
||||
COPY requirements.txt ./
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
CMD [ "python", "/main.py" ]
|
||||
Reference in New Issue
Block a user