Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +0 -4
Dockerfile
CHANGED
@@ -38,10 +38,6 @@ COPY --from=builder /usr/local /usr/local
|
|
38 |
# Copy the rest of the backend files to the container
|
39 |
COPY ./ .
|
40 |
|
41 |
-
|
42 |
-
# Switch back to a non-root user for security
|
43 |
-
USER appuser
|
44 |
-
|
45 |
# Install additional Python dependencies
|
46 |
#RUN pip install -U -q pyngrok ipython psycopg2 alembic
|
47 |
|
|
|
38 |
# Copy the rest of the backend files to the container
|
39 |
COPY ./ .
|
40 |
|
|
|
|
|
|
|
|
|
41 |
# Install additional Python dependencies
|
42 |
#RUN pip install -U -q pyngrok ipython psycopg2 alembic
|
43 |
|