Added specific bashrc files

This commit is contained in:
Jamie Curnow
2022-01-11 10:23:44 +10:00
parent 96f9660c25
commit 428eed814c
9 changed files with 97 additions and 1 deletions
+2
View File
@@ -14,6 +14,8 @@ RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
&& npm install -g yarn \
&& ln -s /usr/bin/python3 /usr/bin/python
COPY ./files/.bashrc.certbot-node /root/.bashrc
# Check nodejs works on this architecture
COPY ./files/test.js /tmp/test.js
RUN node /tmp/test.js \