fix(ci): make dockerfile work
This commit is contained in:
@@ -17,9 +17,9 @@ ENV DATA_DIR=/app/data
|
||||
RUN mkdir -p $DATA_DIR && \
|
||||
deno install --allow-import --allow-ffi -e main.ts &&\
|
||||
sed -i -e 's/"deno"/"no-deno"/' node_modules/@libsql/client/package.json &&\
|
||||
deno install npm:@libsql/linux-x64-gnu &&\
|
||||
deno task build
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
CMD ["run", "-A", "main.ts"]
|
||||
|
||||
CMD ["task", "start"]
|
||||
|
||||
Reference in New Issue
Block a user