Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Dockerfile for Node.js
|
2 |
FROM node:16-slim
|
3 |
|
4 |
RUN apt update && apt upgrade -y && apt install git -y && apt autoremove -y
|
|
|
1 |
+
# Dockerfile for Node.js application
|
2 |
FROM node:16-slim
|
3 |
|
4 |
RUN apt update && apt upgrade -y && apt install git -y && apt autoremove -y
|