diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..946b8e6 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,12 @@ +# Official Nginx runtime as the base image +FROM nginx:alpine + +WORKDIR /usr/share/nginx/html + + +# Copy the static files to the Nginx web directory +COPY . . + +# Expose port 80 for the app +EXPOSE 8080 + diff --git a/README.md b/README.md deleted file mode 100644 index bf3e5d9..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# Rubik-Cube - -## Rubik-Cube using HTML , CSS , JS - -Link -> https://dev-tanay.github.io/Rubik-Cube/