forked from 0xWheatyz/SPARC
fix(dockerfile): was expecting ubuntu like syntax for user management
This commit is contained in:
@@ -8,9 +8,5 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN useradd app
|
|
||||||
|
|
||||||
USER app
|
|
||||||
|
|
||||||
CMD ["python3", "main.py"]
|
CMD ["python3", "main.py"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user