Jofthomas commited on
Commit
b5e068b
·
verified ·
1 Parent(s): 2a5f474

Update Dockerfile

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