Jofthomas commited on
Commit
7424e1f
·
verified ·
1 Parent(s): b5e068b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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