mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-13 15:14:49 -06:00
update: docker with expose port and localcache hGet and hSet return null
This commit is contained in:
parent
168c5f18d8
commit
5829762f91
@ -53,4 +53,6 @@ COPY --from=builder /evolution/tsup.config.ts ./tsup.config.ts
|
||||
|
||||
ENV DOCKER_ENV=true
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
ENTRYPOINT ["/bin/bash", "-c", ". ./Docker/scripts/deploy_database.sh && npm run start:prod" ]
|
2
src/cache/localcache.ts
vendored
2
src/cache/localcache.ts
vendored
@ -47,10 +47,12 @@ export class LocalCache implements ICache {
|
||||
|
||||
async hGet() {
|
||||
console.log('hGet not implemented');
|
||||
return null
|
||||
}
|
||||
|
||||
async hSet() {
|
||||
console.log('hSet not implemented');
|
||||
return null
|
||||
}
|
||||
|
||||
async hDelete() {
|
||||
|
Loading…
Reference in New Issue
Block a user