diff --git a/Dockerfile b/Dockerfile index 3cb38403738735cea2667ff056eef47ccacfd11f..c270c47ac7b7a865d78543529240c445059275e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY . . # COPY ./client.ts ./ -COPY ./L5.ts ./ +COPY ./upmclient.ts ./ COPY ./Logger.ts ./ @@ -20,4 +20,4 @@ RUN npm install typescript RUN npm install -g ts-node -CMD [ "ts-node", "./L5.ts" ] +CMD [ "ts-node", "./upmclient.ts" ]