feat: fix resources

This commit is contained in:
Max batleforc 2024-06-28 01:58:42 +02:00
parent d5c7617a36
commit ab8b872c79
No known key found for this signature in database
GPG Key ID: 25D243AB4B6AC9E7

View File

@ -24,7 +24,7 @@ WORKDIR /app
COPY --from=builder /app/target/release/server .
# Copy the resource folder that containt default configuration files
COPY ./resource ./resource
COPY ./resources ./resources
ENV PORT 5437