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

This commit is contained in:
2024-09-08 16:15:43 +02:00
parent 8ad0aa2fa1
commit f2f2991b1e
-3
View File
@@ -22,9 +22,6 @@ RUN mkdir -p /root/.ssh
COPY entrypoint.sh /usr/local/bin/entrypoint.sh COPY entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod +x /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 ports
EXPOSE 3000 EXPOSE 3000