Skip to content

Commit

Permalink
chore: Revert changes to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesouky committed Dec 2, 2024
1 parent e46f295 commit 3ad214f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*

# Include global arg in this stage of the build
ARG FUNCTION_DIR="/var/task"
ARG FUNCTION_DIR

# Create function directory
RUN mkdir -p ${FUNCTION_DIR}
# Set working directory to function root directory
WORKDIR ${FUNCTION_DIR}

# Install the runtime interface client
Expand All @@ -31,7 +30,6 @@ FROM mcr.microsoft.com/playwright/python:v1.43.0-jammy

# Include global arg in this stage of the build
ARG FUNCTION_DIR

# Set working directory to function root directory
WORKDIR ${FUNCTION_DIR}

Expand Down

0 comments on commit 3ad214f

Please sign in to comment.