File size: 151 Bytes
38e574e
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import os

# Specify the desired directory path
directory_path = "/app"

# Change the current directory to the specified path
os.chdir(directory_path)