Commit f6f2de28 by nabil el mahiri

using npm login

parent 9b4069dd
Pipeline #357 canceled with stages
in 2 minutes 31 seconds
...@@ -53,9 +53,9 @@ COPY package*.json /atlasvoyages/ ...@@ -53,9 +53,9 @@ COPY package*.json /atlasvoyages/
# Take an SSH key as a build argument. # Take an SSH key as a build argument.
ARG SSH_PRIVATE_KEY ARG SSH_PRIVATE_KEY
RUN echo exit 0 > /usr/sbin/policy-rc.d # RUN echo exit 0 > /usr/sbin/policy-rc.d
RUN apt-get update && apt-get install -y openssh-server # RUN apt-get update && apt-get install -y openssh-server
# 1. Create the SSH directory. # 1. Create the SSH directory.
# 2. Populate the private key file. # 2. Populate the private key file.
# 3. Set the required permissions. # 3. Set the required permissions.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment