Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -2,7 +2,6 @@
|
|
2 |
FROM node:18-alpine
|
3 |
|
4 |
# Create the working directory inside the container
|
5 |
-
WORKDIR /app
|
6 |
|
7 |
# Copy the example config to config.js (or provide your own)
|
8 |
RUN cp config/config-example.js config/config.js
|
|
|
2 |
FROM node:18-alpine
|
3 |
|
4 |
# Create the working directory inside the container
|
|
|
5 |
|
6 |
# Copy the example config to config.js (or provide your own)
|
7 |
RUN cp config/config-example.js config/config.js
|