Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -13,7 +13,6 @@ WORKDIR /app
|
|
13 |
|
14 |
# Copy the source code into the container
|
15 |
COPY . .
|
16 |
-
COPY .env .
|
17 |
|
18 |
# Change ownership of the application files
|
19 |
RUN chown -R appuser:appgroup /app
|
|
|
13 |
|
14 |
# Copy the source code into the container
|
15 |
COPY . .
|
|
|
16 |
|
17 |
# Change ownership of the application files
|
18 |
RUN chown -R appuser:appgroup /app
|