Commit ac498f3a authored by Tushar's avatar Tushar
Browse files

Update dockerfile

Showing with 1 addition and 1 deletion
+1 -1
...@@ -13,4 +13,4 @@ WORKDIR enketo-express ...@@ -13,4 +13,4 @@ WORKDIR enketo-express
RUN pnpm i RUN pnpm i
EXPOSE 8065 EXPOSE 8065
# To transfer env variables of current shell to start.sh # To transfer env variables of current shell to start.sh
CMD ["source", "start.sh"] CMD [".", "start.sh"]
\ No newline at end of file \ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment