diff --git a/Dockerfile b/Dockerfile index 40c58d9..43be0c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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