diff --git a/Dockerfile.txt b/Dockerfile.txt deleted file mode 100644 index 77abfd1b042f2..0000000000000 --- a/Dockerfile.txt +++ /dev/null @@ -1,23 +0,0 @@ -# Use an official Node.js runtime as a parent image -FROM node:14 - -# Set the working directory in the container -WORKDIR /app - -# Copy package.json and package-lock.json to the working directory -COPY package*.json ./ - -# Install application dependencies -RUN npm install - -# Copy the rest of your application code to the container -COPY . . - -ENV PORT=8080 - -# Expose a port (if your application listens on a specific port) -EXPOSE 8080 - -# Define the command to start your application -#CMD ["node", "app.js"] -CMD ["npm", "start"] \ No newline at end of file diff --git a/tmp/index.html b/tmp/index.html index 2efb97f319a35..4f02a415f35c2 100644 --- a/tmp/index.html +++ b/tmp/index.html @@ -1 +1,2 @@ - + +Joomla