Ver Fonte

change docker image work directory from /kutt to /app

Pouria Ezzati há 1 ano atrás
pai
commit
2345a391f8
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -5,7 +5,7 @@ FROM node:22-alpine
 ENV NODE_ENV=production
 
 # set working directory.
-WORKDIR /kutt
+WORKDIR /app
 
 # download dependencies while using Docker's caching
 RUN --mount=type=bind,source=package.json,target=package.json \