Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG VERSION
LABEL build_version="Romancin version:- ${VERSION} Build-date:- ${BUILD_DATE}"

# package version
ARG PS4EXPLOITHOSTVER="0.4.6a1"
ARG PS4EXPLOITHOSTVER="0.5.0"


# install flood webui
Expand All @@ -17,8 +17,8 @@ RUN apk add --no-cache \
python3 && \

cd /app && \
wget https://github.com/Al-Azif/ps4-exploit-host/releases/download/v$PS4EXPLOITHOSTVER/ps4-exploit-host-v$PS4EXPLOITHOSTVER.zip && \
unzip /app/ps4-exploit-host-v$PS4EXPLOITHOSTVER.zip && \
wget https://github.com/Al-Azif/ps4-exploit-host/releases/download/v$PS4EXPLOITHOSTVER/py-v$PS4EXPLOITHOSTVER.zip && \
unzip /app/py-v$PS4EXPLOITHOSTVER.zip && \

# cleanup
rm -rf \
Expand All @@ -29,3 +29,4 @@ COPY root/ /

# ports and volumes
EXPOSE 53 80

2 changes: 1 addition & 1 deletion root/etc/services.d/ps4exploithost/run
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/with-contenv bash
python3 /app/ps4-exploit-host/start.py
python3 /app/py-v0.5.0/start.py