diff --git a/Dockerfile b/Dockerfile index 748e4bb..deb015f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,8 +19,7 @@ WORKDIR /app COPY --from=builder /app/server . -COPY --from=builder /app/templates ./templates -COPY --from=builder /app/uploads ./uploads +COPY templates ./templates EXPOSE 8080