Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -3,8 +3,6 @@ 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
|
8 |
|
9 |
# Expose the default Showdown port
|
10 |
EXPOSE 8000
|
|
|
3 |
|
4 |
# Create the working directory inside the container
|
5 |
|
|
|
|
|
6 |
|
7 |
# Expose the default Showdown port
|
8 |
EXPOSE 8000
|