Skip to content

Commit

Permalink
chore: update team's email
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Sanders <[email protected]>
  • Loading branch information
psanders authored Apr 22, 2024
1 parent 247af49 commit 413b191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/apiserver/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:lts-alpine
LABEL Fonoster Team <fonosterteam@fonoster.com>
LABEL Fonoster Team <team@fonoster.com>

WORKDIR /service
COPY mods/apiserver .
Expand All @@ -19,4 +19,4 @@ RUN apk add --no-cache --update \
# TODO: Fix hardcode host for db
CMD sh -c "dockerize -wait tcp://postgres:5432 -timeout 30s && \
npx prisma migrate deploy && \
goodtok"
goodtok"

0 comments on commit 413b191

Please sign in to comment.