1 parent 15c032e commit d2553d9Copy full SHA for d2553d9
1 file changed
Dockerfile
@@ -17,7 +17,6 @@ WORKDIR /app
17
18
# Copy the built application
19
COPY --from=build /app/out .
20
-COPY --from=build .env .
21
22
# Create wwwroot directory
23
RUN mkdir -p wwwroot
0 commit comments