Skip to content

Commit 00ce37e

Browse files
committed
Deploy CI CD on Test Server
1 parent 64f3dd9 commit 00ce37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN ls -l /code
4343
RUN pip install -r requirements.txt
4444

4545
# Copy built frontend to Django static files directory
46-
COPY --from=build-stage /app/build /code/static/
46+
COPY --from=build-stage /code/build /code/static/
4747

4848
# List contents (optional, for verification)
4949
RUN ls -l /code/static

0 commit comments

Comments
 (0)