initial commit
This commit is contained in:
commit
0c49d9e2c9
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
FROM basessh
|
||||
MAINTAINER Dave P
|
||||
|
||||
# Create user
|
||||
RUN useradd --create-home nexus ; \
|
||||
echo "nexus:nexus" | chpasswd
|
||||
|
||||
COPY start /start
|
||||
RUN chmod +x /start
|
||||
|
Loading…
Reference in New Issue
Block a user