mirror of
https://github.com/UrloMythus/UnHided.git
synced 2026-04-09 02:40:47 +00:00
Fix for Dockerfile
This commit is contained in:
@@ -1,9 +1,4 @@
|
|||||||
FROM python:3.11-slim-bullseye
|
FROM python:3.11-slim-bullseye
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
|
|
||||||
# Set the working directory in the container to /app
|
|
||||||
>>>>>>> 655b62ab301a681e87648f5e1b1296b9cb292d14
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN apt-get update && apt-get install -y git
|
RUN apt-get update && apt-get install -y git
|
||||||
RUN git clone https://github.com/YourUsername/YourRepoName.git .
|
RUN git clone https://github.com/YourUsername/YourRepoName.git .
|
||||||
|
|||||||
Reference in New Issue
Block a user