We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de14382 commit 945e7baCopy full SHA for 945e7ba
Dockerfile
@@ -46,7 +46,7 @@ COPY src ${FUNCTION_DIR}/src
46
COPY index.js ${FUNCTION_DIR}
47
COPY node_modules ${FUNCTION_DIR}/node_modules
48
49
-WORKDIR #{FUNCTION_DIR}
+WORKDIR ${FUNCTION_DIR}
50
51
ENTRYPOINT ["/usr/local/bin/npx", "aws-lambda-ric"]
52
CMD [ "index.handler" ]
0 commit comments