Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -4,7 +4,6 @@ RUN useradd -m -u 1000 user
|
|
4 |
WORKDIR /usr/src/app
|
5 |
COPY --link --chown=1000 ./ /usr/src/app
|
6 |
|
7 |
-
|
8 |
COPY . .
|
9 |
|
10 |
# Clone the GitHub repository
|
|
|
4 |
WORKDIR /usr/src/app
|
5 |
COPY --link --chown=1000 ./ /usr/src/app
|
6 |
|
|
|
7 |
COPY . .
|
8 |
|
9 |
# Clone the GitHub repository
|