SIN-Deploy-Bot commited on
Commit
d08df55
·
1 Parent(s): 81225b0

fix: normalize COPY instruction for stable builds

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,7 +24,7 @@ RUN set -eux; \
24
  COPY requirements.txt .
25
  RUN pip install --no-cache-dir -r requirements.txt
26
 
27
- COPY . .
28
 
29
  # Create workspace directory for OpenSIN-Code repo
30
  RUN mkdir -p /workspace
 
24
  COPY requirements.txt .
25
  RUN pip install --no-cache-dir -r requirements.txt
26
 
27
+ COPY . /app
28
 
29
  # Create workspace directory for OpenSIN-Code repo
30
  RUN mkdir -p /workspace