working build
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM debian:bullseye-slim
|
||||
#
|
||||
COPY init.sh /
|
||||
RUN chmod +x /init.sh
|
||||
RUN mkdir /app
|
||||
RUN apt update && apt-get install -y curl && curl -fsSL https://deb.nodesource.com/setup_23.x -o nodesource_setup.sh && /bin/bash nodesource_setup.sh && apt update && apt-get install -y nodejs
|
||||
RUN apt clean
|
||||
CMD ["/init.sh"]
|
Reference in New Issue
Block a user