chore: Update Dockerfile to fix Teleport installation command and create teleport configuration file
Build and Push Docker Images / build-and-push (push) Successful in 26s
Build and Push Docker Images / build-and-push (push) Successful in 26s
This commit is contained in:
@@ -22,9 +22,6 @@ 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