Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit a255b2d

Browse files
committed
Fix build issue: incorrect workdir in dockerfile
1 parent 25f0b8a commit a255b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Use the base image with Node.js
22
FROM node:20
33

4-
WORKDIR /usr/src/app
4+
WORKDIR /topcoder-x-ui
55
RUN git config --global url."https://git@".insteadOf git://
66
COPY package.json package-lock.json* ./
77
RUN npm ci --silent --legacy-peer-deps

0 commit comments

Comments
 (0)