FROM wordpress # WORKDIR /app # COPY package*.json . # RUN npm i # COPY server.js . # EXPOSE 7860 # CMD ["node", "server.js"]