Update Dockerfile
This commit is contained in:
@ -10,7 +10,8 @@ RUN apt-get update && apt-get install -y \
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
RUN pip3 install -r requirements.txt
|
||||
RUN pip3 install pyinstaller
|
||||
|
||||
RUN pyinstaller --onefile --windowed --icon=icon.png --name="Encrypto" encrypto.py
|
||||
RUN pip3 install pyinstaller --break-system-packages
|
||||
RUN pip3 install -r requirements.txt --break-system-packages
|
||||
|
||||
RUN pyinstaller --onefile --windowed --icon=icon.png --name="Encrypto" encrypto.py
|
Reference in New Issue
Block a user