Restructuring the folders
This commit is contained in:
@@ -32,4 +32,4 @@ COPY package*.json yarn.lock ./
|
||||
RUN yarn set version stable && yarn install && yarn cache clean
|
||||
COPY --from=build /home/node/app/dist .
|
||||
EXPOSE $PORT
|
||||
CMD ["node","server/index.js"]
|
||||
CMD ["node","index.js"]
|
||||
|
||||
Reference in New Issue
Block a user