Skip to content

Commit 945e7ba

Browse files
committed
Work dir changed
1 parent de14382 commit 945e7ba

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
@@ -46,7 +46,7 @@ COPY src ${FUNCTION_DIR}/src
4646
COPY index.js ${FUNCTION_DIR}
4747
COPY node_modules ${FUNCTION_DIR}/node_modules
4848

49-
WORKDIR #{FUNCTION_DIR}
49+
WORKDIR ${FUNCTION_DIR}
5050

5151
ENTRYPOINT ["/usr/local/bin/npx", "aws-lambda-ric"]
5252
CMD [ "index.handler" ]

0 commit comments

Comments
 (0)