Skip to content

Commit 5e5b5fb

Browse files
authored
Update Dockerfile
1 parent eff4b7c commit 5e5b5fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ COPY package.json package-lock.json* ./
99

1010
# Install dependencies
1111
RUN npm install --legacy-peer-deps
12-
RUN npm ci
1312
# Copy the rest of the application files
1413
COPY . .
1514

@@ -30,4 +29,4 @@ EXPOSE 3100
3029

3130
# Start the application on port 3100
3231
ENV PORT=3100
33-
CMD ["node", "server.js"]
32+
CMD ["node", "server.js"]

0 commit comments

Comments
 (0)