feat: fix resources
This commit is contained in:
parent
d5c7617a36
commit
ab8b872c79
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user