We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d903ee commit 00ee2ceCopy full SHA for 00ee2ce
docker/faabric.dockerfile
@@ -5,7 +5,7 @@ ARG FAABRIC_VERSION
5
SHELL ["/bin/bash", "-c"]
6
7
# Flag to say we're in a container
8
-ENV FAABRIC_DOCKER "on"
+ENV FAABRIC_DOCKER="on"
9
10
# Put the code in place
11
WORKDIR /code
@@ -30,7 +30,7 @@ RUN ./bin/create_venv.sh \
30
RUN echo "set auto-load safe-path /" > /root/.gdbinit
31
32
# CLI setup
33
-ENV TERM xterm-256color
+ENV TERM=xterm-256color
34
35
RUN echo ". /code/faabric/bin/workon.sh" >> ~/.bashrc
36
CMD ["/bin/bash", "-l"]
0 commit comments