- update: schema now sets the skills column to prevent a crash
- update: frontend to only pass the session id - update: launcher to pass the session correctly - update: validate session response now returns the session id and user id to the requester - update: auth client based on session id instead of a jwt token
This commit is contained in:
@@ -20,6 +20,6 @@ RUN apk add --no-cache libssl3 libgcc
|
||||
|
||||
COPY --from=builder /usr/src/packet-service/target/release/packet-service /usr/local/bin/packet-service
|
||||
|
||||
EXPOSE 4000
|
||||
EXPOSE 29000
|
||||
|
||||
CMD ["packet-service"]
|
||||
Reference in New Issue
Block a user