mirror of
https://github.com/NginxProxyManager/docker-nginx-full.git
synced 2026-05-18 07:40:36 +00:00
Added specific bashrc files
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user