mirror of
https://github.com/Maybe4a6f7365/PwnHub.git
synced 2026-08-24 02:24:20 -05:00
12 lines
127 B
Docker
12 lines
127 B
Docker
FROM ubuntu
|
|
|
|
ENV DEV false
|
|
|
|
RUN apt-get update && apt-get install ucspi-tcp
|
|
|
|
EXPOSE 3000
|
|
|
|
COPY . /app
|
|
|
|
CMD [ "/app/start.sh" ]
|