Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -3,6 +3,7 @@ FROM ubuntu:22.04
|
|
3 |
# Set the timezone of the container
|
4 |
ENV CONTAINER_TIMEZONE=UTC
|
5 |
RUN ln -snf /usr/share/zoneinfo/$CONTAINER_TIMEZONE /etc/localtime && echo $CONTAINER_TIMEZONE > /etc/timezone
|
|
|
6 |
|
7 |
# Create directory for the application
|
8 |
RUN mkdir -p /home/recognito_id
|
|
|
3 |
# Set the timezone of the container
|
4 |
ENV CONTAINER_TIMEZONE=UTC
|
5 |
RUN ln -snf /usr/share/zoneinfo/$CONTAINER_TIMEZONE /etc/localtime && echo $CONTAINER_TIMEZONE > /etc/timezone
|
6 |
+
ENV PATH="/home/user/.local/bin:$PATH"
|
7 |
|
8 |
# Create directory for the application
|
9 |
RUN mkdir -p /home/recognito_id
|