Skip to content

Commit

Permalink
fixed gitpod integration
Browse files Browse the repository at this point in the history
  • Loading branch information
alesanchezr committed Apr 13, 2023
1 parent 55715dd commit 1d74a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ USER root

RUN apt-get update && apt-get install -y graphviz libgraphviz-dev pkg-config

RUN pyenv install 3.10
RUN pyenv install 3.10 && pyenv global 3.10

ENV IP=0.0.0.0
ENV PORT=3000

0 comments on commit 1d74a3d

Please sign in to comment.