1tbfree commited on
Commit
864a64c
·
verified ·
1 Parent(s): 88c2420

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@
2
  FROM node:18
3
 
4
  # Set the working directory in the container
5
- WORKDIR /balls
6
 
7
  # Copy package.json and package-lock.json
8
  COPY package*.json ./
 
2
  FROM node:18
3
 
4
  # Set the working directory in the container
5
+ WORKDIR /45server
6
 
7
  # Copy package.json and package-lock.json
8
  COPY package*.json ./