chore: Update Dockerfile to fix Teleport installation command and create teleport configuration file
Build and Push Docker Images / build-and-push (push) Has been cancelled
Build and Push Docker Images / build-and-push (push) Has been cancelled
This commit is contained in:
@@ -9,7 +9,6 @@ RUN npm install -g pm2
|
||||
|
||||
# Install git, openssh-client, and openssh-server
|
||||
RUN apt-get update && apt-get install -y git openssh-client software-properties-common sudo
|
||||
# RUN apt-get install -y fish
|
||||
|
||||
RUN git clone https://gitea.bramkelchtermans.be/Bram/linux-presets.git && cd linux-presets && chmod +x setup.sh && ./setup.sh --terminal-icon
|
||||
RUN rm -rf linux-presets
|
||||
@@ -23,6 +22,9 @@ RUN mkdir -p /root/.ssh
|
||||
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
|
||||
RUN chmod +x /usr/local/bin/entrypoint.sh
|
||||
|
||||
# Copy the PM2 ecosystem file
|
||||
COPY ecosystem.develop.js /ecosystems/ecosystem.develop.js
|
||||
|
||||
# Expose ports
|
||||
EXPOSE 3000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user