Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
# Use the official Node.js image as the base image
|
2 |
FROM node:14
|
3 |
|
4 |
-
# Create a non-root user and group
|
5 |
-
RUN groupadd -r appgroup && useradd -r -g appgroup -m appuser
|
6 |
-
|
7 |
# Set the working directory inside the container
|
8 |
WORKDIR /app
|
9 |
|
|
|
1 |
# Use the official Node.js image as the base image
|
2 |
FROM node:14
|
3 |
|
|
|
|
|
|
|
4 |
# Set the working directory inside the container
|
5 |
WORKDIR /app
|
6 |
|