Skip to content

Commit cb5ee29

Browse files
committed
fix: improve Docker build process
- Fix ngrok authtoken configuration - Improve layer caching - Add better error handling (cherry picked from commit deb8b2a96569f238cfe696bcbedfcd1de2fdc3f7)
1 parent a220dc5 commit cb5ee29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get update && \
1616

1717
# Set up ngrok authtoken (using the v3.x command)
1818
ARG NGROK_AUTHTOKEN
19-
RUN ngrok config add-authtoken $NGROK_AUTHTOKEN
19+
RUN ngrok config add-authtoken "${NGROK_AUTHTOKEN}"
2020

2121
# Install virtualenv to manage Python dependencies inside the container
2222
RUN pip install virtualenv

0 commit comments

Comments
 (0)