Merge branch 'master' of github.com:pockethost/pockethost

This commit is contained in:
Ben Allfree 2023-11-03 05:09:29 -07:00
commit d0cffae776
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
FROM node:20.9.0-slim
FROM node:20.9.0-alpine3.18
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
EXPOSE 3000

View File

@ -159,7 +159,7 @@ export const createPocketbaseService = async (
'8090/tcp': [{ HostPort: `${port}` }],
},
Binds: [
`${dirname(binPath)}:/host_bin`,
`${dirname(binPath)}:/host_bin:ro`,
`${mkInstanceDataPath(slug)}:/host_data`,
`${
isMothership