mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-05 10:48:05 -05:00
commit
946f1bb9d2
@ -1,12 +1,6 @@
|
|||||||
# Filename: Dockerfile
|
# Filename: Dockerfile
|
||||||
|
|
||||||
FROM ubuntu:latest
|
FROM node:slim
|
||||||
|
|
||||||
# Disable Prompt During Packages Installation
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
|
||||||
|
|
||||||
#install dependencies
|
|
||||||
RUN apt-get update && apt-get install -y nodejs npm nano
|
|
||||||
|
|
||||||
#Add non-root user, add installation directories and assign proper permissions
|
#Add non-root user, add installation directories and assign proper permissions
|
||||||
RUN mkdir -p /opt/meshcentral
|
RUN mkdir -p /opt/meshcentral
|
||||||
|
Loading…
x
Reference in New Issue
Block a user