Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
FROM python:3.10.12
|
2 |
-
WORKDIR /code
|
3 |
|
4 |
|
5 |
RUN apt-get update && apt-get install -y \
|
|
|
1 |
FROM python:3.10.12
|
2 |
+
# WORKDIR /code
|
3 |
|
4 |
|
5 |
RUN apt-get update && apt-get install -y \
|