Dilim
Dilim
CCoder.com
Created by Dilim on 7/9/2024 in #help
workspace for developing react
my overlay network is netbird which is a wireguard based vpn for self hosting
7 replies
CCoder.com
Created by Dilim on 7/9/2024 in #help
workspace for developing react
main.tf:
7 replies
CCoder.com
Created by Dilim on 7/9/2024 in #help
workspace for developing react
the code is this : dockerfile:
FROMI
ubuntu
RUN
apt-get update \
&& apt-get install -y \ curl! git \
nodejs\
npm \
sudo vim \ wget \
&& rm -rf /var/lib/apt/lists/*
ENV HOST=192.168.0.143
ARG USER=coder
RUN useradd --groups sudo --no-create-home - -shell /bin/bash ${USER} && echo "${USER} ALL=(ALL) NOPASSWD:ALL" >/etc/sudoers. d/${USER3 \
&& chmod 0440 / etc/sudoers.d/${USER}
USER #{USER?
WORKDIR /home/${USER}
FROMI
ubuntu
RUN
apt-get update \
&& apt-get install -y \ curl! git \
nodejs\
npm \
sudo vim \ wget \
&& rm -rf /var/lib/apt/lists/*
ENV HOST=192.168.0.143
ARG USER=coder
RUN useradd --groups sudo --no-create-home - -shell /bin/bash ${USER} && echo "${USER} ALL=(ALL) NOPASSWD:ALL" >/etc/sudoers. d/${USER3 \
&& chmod 0440 / etc/sudoers.d/${USER}
USER #{USER?
WORKDIR /home/${USER}
7 replies