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 3ad214f commit 8b99fc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ RUN apt-get update && \

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

# Create function directory
RUN mkdir -p ${FUNCTION_DIR}
WORKDIR ${FUNCTION_DIR}
Expand Down

0 comments on commit 8b99fc0

Please sign in to comment.