Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
FROM node:current-bullseye
|
3 |
|
4 |
# Set the working directory in the container
|
5 |
-
WORKDIR /
|
6 |
|
7 |
# Copy package.json and package-lock.json
|
8 |
COPY package*.json ./
|
|
|
2 |
FROM node:current-bullseye
|
3 |
|
4 |
# Set the working directory in the container
|
5 |
+
WORKDIR /vpsfree-45
|
6 |
|
7 |
# Copy package.json and package-lock.json
|
8 |
COPY package*.json ./
|