mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2026-06-28 01:58:34 +00:00
update volume creation
This commit is contained in:
+3
-4
@@ -3,13 +3,12 @@ FROM ubuntu:24.04
|
||||
RUN apt-get update && apt-get -y upgrade
|
||||
RUN apt-get install -y wget
|
||||
|
||||
RUN useradd -m matt
|
||||
USER matt
|
||||
WORKDIR /home/matt
|
||||
USER ubuntu
|
||||
WORKDIR /home/ubuntu
|
||||
|
||||
# currently v4.1
|
||||
RUN wget https://github.com/SChernykh/p2pool/releases/download/v4.1/p2pool-v4.1-linux-x64.tar.gz -O p2pool.tar.gz
|
||||
RUN tar xvf p2pool.tar.gz && rm p2pool.tar.gz
|
||||
RUN mv p2pool-v4.1-linux-x64/p2pool ./p2pool
|
||||
|
||||
COPY --chown=matt:matt entry.sh ./
|
||||
COPY --chown=ubuntu:ubuntu entry.sh ./
|
||||
|
||||
Reference in New Issue
Block a user