Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
fix michaelsoft docker probably
Browse files Browse the repository at this point in the history
  • Loading branch information
mud-ali committed Jun 7, 2024
1 parent d1b7ce4 commit 60e0e42
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions michaelsoft-gring/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
FROM python:3.12

WORKDIR /app

RUN useradd -m bcactf && chown -R bcactf:bcactf /app
RUN useradd -m -d /home/bcactf bcactf && chown -R bcactf:bcactf /home/bcactf

USER bcactf

WORKDIR /home/bcactf

ENV PATH $PATH:/home/bcactf/.local/bin

RUN pip install flask

COPY . .
Expand Down

0 comments on commit 60e0e42

Please sign in to comment.