Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsnogueira-dnx committed Jun 6, 2024
1 parent 3bc6b62 commit f8751b3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,14 @@ RUN apk --no-cache update && \
openssh \
postgresql-dev \
yarn && \
python3 -m venv /opt/venv && \
. /opt/venv/bin/activate && \
pip --no-cache-dir install awscli virtualenv && \
update-ca-certificates && \
rm -rf /var/cache/apk/* && \
yarn global add $SERVERLESS

WORKDIR /work
WORKDIR /work

# Ensure the virtual environment is activated in subsequent RUN instructions
ENV PATH="/opt/venv/bin:$PATH"

0 comments on commit f8751b3

Please sign in to comment.