add start.sh script in dockerfiles
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 24m31s
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 24m31s
This commit is contained in:
@@ -15,6 +15,10 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
# Copy application code
|
||||
COPY src/ ./src/
|
||||
|
||||
# Copy start script
|
||||
COPY start.sh .
|
||||
RUN chmod +x start.sh
|
||||
|
||||
# Create data directory for myorg repo
|
||||
RUN mkdir -p /data/myorg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user